Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
create
Method · 0.80
FuncDecl
Method · 0.80
of
Method · 0.80
of
Method · 0.80
mkPropagateFunction
Method · 0.80
mkMap
Method · 0.80
parseSMTLIB2String
Method · 0.80
parseSMTLIB2File
Method · 0.80
parOr
Method · 0.80
of
Method · 0.80
query
Method · 0.80
setPredicateRepresentation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected