MCPcopy Create free account
hub / github.com/ByConity/ByConity / readJSONString

Function readJSONString

src/IO/ReadHelpers.cpp:869–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869void readJSONString(String & s, ReadBuffer & buf)
870{
871 s.clear();
872 readJSONStringInto(s, buf);
873}
874
875template void readJSONStringInto<PaddedPODArray<UInt8>, void>(PaddedPODArray<UInt8> & s, ReadBuffer & buf);
876template bool readJSONStringInto<PaddedPODArray<UInt8>, bool>(PaddedPODArray<UInt8> & s, ReadBuffer & buf);

Callers 6

readPrefixMethod · 0.85
readFieldMethod · 0.85
readFieldMethod · 0.85
deserializeTextJSONMethod · 0.85
deserializeTextJSONMethod · 0.85
deserializeTextJSONMethod · 0.85

Calls 2

readJSONStringIntoFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected