Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbbradsmith/nsfplay
/ SetInt
Method
SetInt
vcm/value.cpp:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void Value::SetInt( int i )
51
{
52
char buf[16];
53
this->update = true;
54
this->data = vcm_itoa( i, buf, 10 );
55
}
56
57
Value &Value::operator = ( int i )
58
{
Callers
nothing calls this directly
Calls
1
vcm_itoa
Function · 0.85
Tested by
no test coverage detected