Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ getUnits
Method
getUnits
src/main/java/wyil/lang/WyilFile.java:491–493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
}
490
491
public
Tuple<Decl.Unit> getUnits() {
492
return
(Tuple<Decl.Unit>) get(1);
493
}
494
495
public
Tuple<Decl.Unit> getExterns() {
496
return
(Tuple<Decl.Unit>) get(2);
Callers
11
putUnit
Method · 0.95
load
Method · 0.80
visitModule
Method · 0.80
checkImports
Method · 0.80
SymbolTable
Method · 0.80
visitModule
Method · 0.80
visitModule
Method · 0.80
visitModule
Method · 0.80
check
Method · 0.80
check
Method · 0.80
toNamedDeclarations
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected