Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
534
void
535
Json::setLong(long long value)
536
{
537
clear();
538
type_ = Long;
539
long_value = value;
540
}
541
542
void
543
Json::setString(const char* value)
Callers
1
parse
Method · 0.80
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected