Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
void
222
db_capture_writech(char ch)
223
{
224
225
return (db_capture_write(&ch, sizeof(ch)));
226
}
227
228
void
229
db_capture_enterpager(void)
Callers
2
db_force_whitespace
Function · 0.85
db_putc
Function · 0.85
Calls
1
db_capture_write
Function · 0.85
Tested by
no test coverage detected