Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_print_position
Function
db_print_position
freebsd/ddb/db_output.c:309–313 ·
view source on GitHub ↗
* Return output position */
Source
from the content-addressed store, hash-verified
307
* Return output position
308
*/
309
int
310
db_print_position(void)
311
{
312
return (db_output_position);
313
}
314
315
/*
316
* Printing
Callers
2
db_examine
Function · 0.85
db_command_loop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected