MCPcopy Create free account
hub / github.com/PCGen/pcgen / commit

Method commit

code/src/java/pcgen/rules/context/LoadContextInst.java:198–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 }
197
198 @Override
199 public void commit()
200 {
201 getListContext().commit();
202 getObjectContext().commit();
203 for (DeferredMethodController<?> task : commitTasks)
204 {
205 task.run();
206 }
207 commitTasks.clear();
208 }
209
210 @Override
211 public void rollback()

Callers 2

resolveDeferredTokensMethod · 0.95

Calls 5

getListContextMethod · 0.95
getObjectContextMethod · 0.95
commitMethod · 0.65
clearMethod · 0.65
runMethod · 0.45

Tested by

no test coverage detected