MCPcopy 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
518void
519Json::setFloat(float value)
520{
521 clear();
522 type_ = Float;
523 float_value = value;
524}
525
526void
527Json::setDouble(double value)

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected