Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ endArray
Method
endArray
Libraries/SerializationText/SerializationJson.cpp:316–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
bool SC::SerializationJson::Writer::endArray() { return output.append(
"]"
); }
317
318
bool SC::SerializationJson::Writer::startObjectField(uint32_t index, StringSpan text)
319
{
Callers
3
serialize
Method · 0.80
serialize
Method · 0.80
loadVersioned
Method · 0.80
Calls
2
append
Method · 0.45
getType
Method · 0.45
Tested by
no test coverage detected