Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ setFloat
Method
setFloat
lib_acl_cpp/samples/benchmark/json/jtjson/json.cpp:518–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
516
}
517
518
void
519
Json::setFloat(float value)
520
{
521
clear();
522
type_ = Float;
523
float_value = value;
524
}
525
526
void
527
Json::setDouble(double value)
Callers
nothing calls this directly
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected