Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getFnNumArgs
Method
getFnNumArgs
smt/expr.cpp:2461–2465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2459
}
2460
2461
unsigned expr::getFnNumArgs() const {
2462
auto app = isApp();
2463
assert(app);
2464
return Z3_get_app_num_args(ctx(), app);
2465
}
2466
2467
expr expr::getFnArg(unsigned i) const {
2468
auto app = isApp();
Callers
1
get_apps_of
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected