MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / toString

Method toString

src/main/java/wyc/task/QuickCheck.java:1116–1119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1114 }
1115
1116 @Override
1117 public String toString() {
1118 return "Timeout(" + timeout + "s) " + toNameString(item);
1119 }
1120 }
1121
1122

Callers

nothing calls this directly

Calls 1

toNameStringMethod · 0.80

Tested by

no test coverage detected