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

Method setSerial

code/src/java/pcgen/core/VariableProcessor.java:657–660  ·  view source on GitHub ↗

Set the current cache serial. This value identifies the currency of the cache and is generally set to match the PC's serial value. @param serial The new serial value to set.

(int serial)

Source from the content-addressed store, hash-verified

655 * @param serial The new serial value to set.
656 */
657 public void setSerial(int serial)
658 {
659 this.serial = serial;
660 }
661
662 /**
663 * Retrieve a value from the cache. This method will not return

Callers 1

setDirtyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected