Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
static 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
23
int main(int, char **)
Callers
15
main
Function · 0.70
main
Function · 0.70
readpassphrase
Function · 0.50
openEditor
Method · 0.50
ReadlineLineReader
Method · 0.50
setupWatchdog
Method · 0.50
eventfd_write
Function · 0.50
nextImpl
Method · 0.50
nextImpl
Method · 0.50
cancel
Method · 0.50
write
Method · 0.50
execute
Method · 0.50
Calls
2
writeIntText
Function · 0.85
writeChar
Function · 0.85
Tested by
no test coverage detected