MCPcopy 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 */
309int
310db_print_position(void)
311{
312 return (db_output_position);
313}
314
315/*
316 * Printing

Callers 2

db_examineFunction · 0.85
db_command_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected