Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbbradsmith/nsfplay
/ SetStr
Method
SetStr
vcm/value.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void Value::SetStr( const char *str )
66
{
67
this->update = true;
68
this->data = (std::string)(str);
69
}
70
71
Value &Value::operator =( const char *str )
72
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected