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

Method decl

smt/expr.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166Z3_decl expr::decl() const {
167 auto app = isApp();
168 return app ? Z3_get_app_decl(ctx(), app) : nullptr;
169}
170
171Z3_app expr::isApp() const {
172 C();

Callers 1

hasFnModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected