MCPcopy Create free account
hub / github.com/MenoData/Time4J / microsCalled

Method microsCalled

base/src/main/java/net/time4j/Duration.java:4334–4343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4332 }
4333
4334 private void microsCalled() {
4335
4336 if (this.microsSet) {
4337 throw new IllegalStateException(
4338 "Called twice for: " + MICROS.name());
4339 }
4340
4341 this.microsSet = true;
4342
4343 }
4344
4345 private void nanosCalled() {
4346

Callers 1

microsMethod · 0.95

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected