Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ writeProperty
Method
writeProperty
valdi_core/src/valdi_core/cpp/Utils/JSONWriter.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void JSONWriter::writeProperty(std::string_view str) {
66
writeString(str);
67
writeColon();
68
}
69
70
void JSONWriter::writeColon() {
71
_output.append(
':'
);
Callers
4
writeTypedObjectToJSONWriter
Function · 0.80
writeValueToJSONWriter
Function · 0.80
writeSnapshot
Function · 0.80
build
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected