Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ SaveFloat
Method
SaveFloat
source/YamlHelper.cpp:552–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
void YamlSaveHelper::SaveFloat(const char* key, float value)
553
{
554
Save(
"%s: %f\n"
, key, value);
555
}
556
557
void YamlSaveHelper::SaveDouble(const char* key, double value)
558
{
Callers
1
SaveSnapshotDriveUnit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected