Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ X_db_sym_numargs
Function
X_db_sym_numargs
freebsd/ddb/db_main.c:164–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
bool
165
X_db_sym_numargs(db_symtab_t *symtab, c_db_sym_t sym, int *nargp,
166
char **argp)
167
{
168
return (false);
169
}
170
171
void
172
X_db_symbol_values(db_symtab_t *symtab, c_db_sym_t sym, const char **namep,
Callers
1
db_sym_numargs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected