Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_expression
Function
db_expression
freebsd/ddb/db_expr.c:376–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
}
375
376
int
377
db_expression(db_expr_t *valuep)
378
{
379
return (db_logical_or_expr(valuep));
380
}
Callers
10
db_term
Function · 0.85
db_set_cmd
Function · 0.85
db_watch.c
File · 0.85
db_search_cmd
Function · 0.85
db_command
Function · 0.85
db_fncall
Function · 0.85
db_kill
Function · 0.85
db_watchdog
Function · 0.85
db_stack_trace
Function · 0.85
db_write_cmd
Function · 0.85
Calls
1
db_logical_or_expr
Function · 0.85
Tested by
no test coverage detected