Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ writeBeginObject
Method
writeBeginObject
valdi_core/src/valdi_core/cpp/Utils/JSONWriter.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void JSONWriter::writeBeginObject() {
75
_output.append(
'{'
);
76
}
77
78
void JSONWriter::writeEndObject() {
79
_output.append(
'}'
);
Callers
4
writeTypedObjectToJSONWriter
Function · 0.80
writeValueToJSONWriter
Function · 0.80
writeSnapshot
Function · 0.80
build
Method · 0.80
Calls
1
append
Method · 0.65
Tested by
no test coverage detected