MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / getFnArg

Method getFnArg

smt/expr.cpp:2467–2471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2465}
2466
2467expr expr::getFnArg(unsigned i) const {
2468 auto app = isApp();
2469 assert(app && i < Z3_get_app_num_args(ctx(), app));
2470 return Z3_get_app_arg(ctx(), app, i);
2471}
2472
2473ostream& operator<<(ostream &os, const expr &e) {
2474 return os << (e.isValid() ? Z3_ast_to_string(ctx(), e()) : "(null)");

Callers 2

getMethod · 0.80
get_apps_ofMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected