MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_capture_writech

Function db_capture_writech

freebsd/ddb/db_capture.c:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void
222db_capture_writech(char ch)
223{
224
225 return (db_capture_write(&ch, sizeof(ch)));
226}
227
228void
229db_capture_enterpager(void)

Callers 2

db_force_whitespaceFunction · 0.85
db_putcFunction · 0.85

Calls 1

db_capture_writeFunction · 0.85

Tested by

no test coverage detected