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

Function writeString

src/IO/WriteHelpers.h:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208inline void writeString(const char * data, size_t size, WriteBuffer & buf)
209{
210 buf.write(data, size);
211}
212
213inline void writeString(const StringRef & ref, WriteBuffer & buf)
214{

Callers 15

formatExtendedMethod · 0.85
processQueriesMethod · 0.85
writeTextFunction · 0.85
writeTextMethod · 0.85
toDebugStringMethod · 0.85
createQueryASTMethod · 0.85
loadMethod · 0.85
serializeTextMethod · 0.85
buildCacheFileNameFunction · 0.85
formatSegmentNameMethod · 0.85
getSchemaStringFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by 2

TYPED_TESTFunction · 0.68
TESTFunction · 0.68