Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
evaluate
Method · 0.45
updateObjects
Method · 0.45
Calls
1
of
Method · 0.80
Tested by
no test coverage detected