Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Z3Prover/z3
/ get_array_range_rec
Method
get_array_range_rec
src/ast/array_decl_plugin.h:311–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
sort* get_array_range_rec(sort* s) {
312
while (is_array(s)) {
313
s = get_array_range(s);
314
}
315
return s;
316
}
317
318
};
319
Callers
2
is_recursive_nested
Method · 0.80
get_non_rec_constructor_core
Method · 0.80
Calls
2
is_array
Function · 0.85
get_array_range
Function · 0.85
Tested by
no test coverage detected