MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getEncodingFor

Function getEncodingFor

Libraries/Memory/String.h:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 return static_cast<GrowableBuffer&>(gb).gi.tryGrowTo(newSize);
211 }
212 static auto getEncodingFor(const String& str) noexcept { return str.getEncoding(); }
213 void finalize() noexcept { gi.finalize(); }
214};
215

Callers 3

joinFunction · 0.50
appendFunction · 0.50
StringBuilderForMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected