MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / serialize

Method serialize

Libraries/SerializationText/SerializationJson.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330bool SC::SerializationJson::Writer::serialize(uint32_t index, StringSpan text)
331{
332 return serializeStringSpan(index, text);
333}
334
335bool SC::SerializationJson::Writer::serialize(uint32_t index, float value)
336{

Callers

nothing calls this directly

Calls 6

appendFormattedFunction · 0.85
containsJSONEscapeFunction · 0.85
parseFloatFunction · 0.85
parseInt32Function · 0.85
getTokenMethod · 0.80
getTypeMethod · 0.45

Tested by

no test coverage detected