Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ SaveInt
Method
SaveInt
source/YamlHelper.cpp:433–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
void YamlSaveHelper::SaveInt(const char* key, int value)
434
{
435
Save(
"%s: %d\n"
, key, value);
436
}
437
438
void YamlSaveHelper::SaveUint(const char* key, UINT value)
439
{
Callers
2
SaveSnapshot
Method · 0.80
JoySaveSnapshot
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected