MCPcopy 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_nestedMethod · 0.80

Calls 2

is_arrayFunction · 0.85
get_array_rangeFunction · 0.85

Tested by

no test coverage detected