Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ SaveUint
Method
SaveUint
source/YamlHelper.cpp:438–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
436
}
437
438
void YamlSaveHelper::SaveUint(const char* key, UINT value)
439
{
440
Save(
"%s: %u\n"
, key, value);
441
}
442
443
void YamlSaveHelper::SaveHexUint4(const char* key, UINT value)
444
{
Callers
15
SaveSnapshot
Method · 0.80
MemSaveSnapshot
Function · 0.80
VideoSaveSnapshot
Method · 0.80
SaveSnapshotMC6821
Method · 0.80
SaveSnapshot
Method · 0.80
SaveSnapshot
Method · 0.80
SaveSnapshotFloppy
Method · 0.80
SaveSnapshotDriveUnit
Method · 0.80
SaveSnapshot
Method · 0.80
SaveSnapshotDIPSW
Method · 0.80
Phasor_SaveSnapshot
Method · 0.80
SaveSnapshot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected