MCPcopy Create free account
hub / github.com/Z3Prover/z3 / arrayLength

Method arrayLength

src/api/java/Z3Object.java:83–86  ·  view source on GitHub ↗
(Z3Object[] a)

Source from the content-addressed store, hash-verified

81 }
82
83 public static int arrayLength(Z3Object[] a)
84 {
85 return (a == null) ? 0 : a.length;
86 }
87}

Callers 13

createMethod · 0.80
FuncDeclMethod · 0.80
ofMethod · 0.80
ofMethod · 0.80
mkPropagateFunctionMethod · 0.80
mkMapMethod · 0.80
parseSMTLIB2StringMethod · 0.80
parseSMTLIB2FileMethod · 0.80
parOrMethod · 0.80
ofMethod · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected