FastLED 3.9.15
Loading...
Searching...
No Matches

◆ intern() [2/4]

fl::string fl::intern ( const fl::span< const char > & sp)

Definition at line 128 of file string_interner.cpp.hpp.

128 {
129 fl::unique_lock<fl::mutex> lock(global_interner_mutex());
130 return global_interner().intern(sp);
131}
fl::string intern(const string_view &sv)
StringInterner & global_interner()
static fl::mutex & global_interner_mutex()

References global_interner(), global_interner_mutex(), and fl::StringInterner::intern().

+ Here is the call graph for this function: