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

Function write

src/IO/examples/write_int.cpp:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13static void NO_INLINE write(WriteBuffer & out, size_t size)
14{
15 for (size_t i = 0; i < size; ++i)
16 {
17 writeIntText(i, out);
18 writeChar(' ', out);
19 }
20}
21
22
23int main(int, char **)

Callers 15

mainFunction · 0.70
mainFunction · 0.70
readpassphraseFunction · 0.50
openEditorMethod · 0.50
ReadlineLineReaderMethod · 0.50
setupWatchdogMethod · 0.50
eventfd_writeFunction · 0.50
nextImplMethod · 0.50
nextImplMethod · 0.50
cancelMethod · 0.50
writeMethod · 0.50
executeMethod · 0.50

Calls 2

writeIntTextFunction · 0.85
writeCharFunction · 0.85

Tested by

no test coverage detected