MCPcopy 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
65void Value::SetStr( const char *str )
66{
67 this->update = true;
68 this->data = (std::string)(str);
69}
70
71Value &Value::operator =( const char *str )
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected