Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ serialize
Method
serialize
Utilities/cmcppdap/src/nlohmann_json_serializer.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
bool NlohmannSerializer::serialize(dap::boolean v) {
164
*json = (bool)v;
165
return true;
166
}
167
168
bool NlohmannSerializer::serialize(dap::integer v) {
169
*json = (int64_t)v;
Callers
nothing calls this directly
Calls
1
object
Function · 0.85
Tested by
no test coverage detected