Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ ast
Method
ast
smt/expr.cpp:97–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
Z3_ast expr::ast() const {
98
assert(isValid());
99
100
if (isZ3Ast())
101
return (Z3_ast)ptr;
102
103
assert(0 &&
"TODO"
);
104
return 0;
105
}
106
107
expr::expr(const expr &other) noexcept {
108
if (!other.isValid()) {
Callers
1
vars
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected