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

Method isEmpty

code/src/java/pcgen/output/model/InfoModel.java:96–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 @Override
97 public boolean isEmpty()
98 {
99 return cdo.getKeysFor(MapKey.INFO).isEmpty();
100 }
101}

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.65
getKeysForMethod · 0.45

Tested by

no test coverage detected