Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ top
Method
top
src/main/java/wyil/check/FlowTypeUtils.java:935–937 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
933
}
934
935
public
int
top() {
936
return
nVariables - 1;
937
}
938
939
public
int
[] top(
int
n) {
940
return
ArrayUtils.range(nVariables - n, nVariables);
Callers
15
pushCast
Method · 0.95
pullArrayUpdate
Method · 0.95
pullDereference
Method · 0.95
pullIndirectInvoke
Method · 0.95
pullRecordUpdate
Method · 0.95
pushExpression
Method · 0.80
pushExpressions
Method · 0.80
pushArrayAccess
Method · 0.80
pushDereference
Method · 0.80
pushEqualityOperator
Method · 0.80
pushFieldDereference
Method · 0.80
pushIndirectInvoke
Method · 0.80
Calls
1
range
Method · 0.95
Tested by
no test coverage detected