Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ endObject
Method
endObject
Libraries/SerializationText/SerializationJson.cpp:308–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
bool SC::SerializationJson::Writer::endObject() { return output.append(
"}"
); }
309
310
bool SC::SerializationJson::Writer::startArray(uint32_t index)
311
{
Callers
2
serialize
Method · 0.80
loadVersioned
Method · 0.80
Calls
2
append
Method · 0.45
getType
Method · 0.45
Tested by
no test coverage detected