MCPcopy 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
2461unsigned expr::getFnNumArgs() const {
2462 auto app = isApp();
2463 assert(app);
2464 return Z3_get_app_num_args(ctx(), app);
2465}
2466
2467expr expr::getFnArg(unsigned i) const {
2468 auto app = isApp();

Callers 1

get_apps_ofMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected