Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ serialize
Method
serialize
Utilities/cmcppdap/src/jsoncpp_json_serializer.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
bool JsonCppSerializer::serialize(dap::boolean v) {
177
*json = (bool)v;
178
return true;
179
}
180
181
bool JsonCppSerializer::serialize(dap::integer v) {
182
*json = (Json::LargestInt)v;
Callers
nothing calls this directly
Calls
2
isObject
Method · 0.80
Value
Function · 0.50
Tested by
no test coverage detected