Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_sym_numargs
Function
db_sym_numargs
freebsd/ddb/db_sym.c:479–483 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
477
}
478
479
bool
480
db_sym_numargs(c_db_sym_t sym, int *nargp, char **argnames)
481
{
482
return (X_db_sym_numargs(db_last_symtab, sym, nargp, argnames));
483
}
Callers
1
db_backtrace
Function · 0.85
Calls
1
X_db_sym_numargs
Function · 0.85
Tested by
no test coverage detected