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

Method getLocalScopeName

code/src/java/pcgen/core/Race.java:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 @Override
102 public Optional<String> getLocalScopeName()
103 {
104 return Optional.of("PC.RACE");
105 }
106
107}

Callers 2

evaluateMethod · 0.45
updateObjectsMethod · 0.45

Calls 1

ofMethod · 0.80

Tested by

no test coverage detected