Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convert
Function · 0.85
wchar_t
Function · 0.85
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected