MCPcopy Create free account
hub / github.com/acl-dev/acl / setLong

Method setLong

lib_acl_cpp/samples/benchmark/json/jtjson/json.cpp:534–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534void
535Json::setLong(long long value)
536{
537 clear();
538 type_ = Long;
539 long_value = value;
540}
541
542void
543Json::setString(const char* value)

Callers 1

parseMethod · 0.80

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected