MCPcopy 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
552void YamlSaveHelper::SaveFloat(const char* key, float value)
553{
554 Save("%s: %f\n", key, value);
555}
556
557void YamlSaveHelper::SaveDouble(const char* key, double value)
558{

Callers 1

SaveSnapshotDriveUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected