MCPcopy 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

executeSwitchMethod · 0.80

Calls 2

getConditionsMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected