MCPcopy Create free account
hub / github.com/ablab/spades / set_string

Method set_string

ext/include/cppformat/format.h:688–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686 MakeValue(T *value);
687
688 void set_string(StringRef str) {
689 string.value = str.c_str();
690 string.size = str.size();
691 }
692
693 void set_string(WStringRef str) {
694 CharTraits<Char>::convert(wchar_t());

Callers

nothing calls this directly

Calls 4

convertFunction · 0.85
wchar_tFunction · 0.85
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected