Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
Z3_decl expr::decl() const {
167
auto app = isApp();
168
return app ? Z3_get_app_decl(ctx(), app) : nullptr;
169
}
170
171
Z3_app expr::isApp() const {
172
C();
Callers
1
hasFnModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected