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

Method isApp

smt/expr.cpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171Z3_app expr::isApp() const {
172 C();
173 auto z3_ast = ast();
174 if (Z3_is_app(ctx(), z3_ast))
175 return Z3_to_app(ctx(), z3_ast);
176 return nullptr;
177}
178
179Z3_app expr::isAppOf(int app_type) const {
180 auto app = isApp();

Callers 1

get_apps_ofMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected