Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ isDefault
Method
isDefault
src/main/java/wyil/lang/WyilFile.java:2439–2441 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2437
}
2438
2439
public
boolean isDefault() {
2440
return
getConditions().size() == 0;
2441
}
2442
2443
@SuppressWarnings(
"unchecked"
)
2444
public
Tuple<Expr> getConditions() {
Callers
1
executeSwitch
Method · 0.80
Calls
2
getConditions
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected