MCPcopy Create free account
hub / github.com/badvision/jace / invalidate

Method invalidate

src/main/java/jace/state/StateManager.java:294–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 boolean isValid = false;
293
294 public void invalidate() {
295 isValid = false;
296 }
297 int stateCount = 0;
298
299 public void captureState() {

Callers 4

captureStateMethod · 0.95
reconfigureMethod · 0.80
insertDiskMethod · 0.80
ejectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected