Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setKeyName
Method
setKeyName
code/src/java/pcgen/cdom/base/CDOMObject.java:798–801 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
796
}
797
798
public
void
setKeyName(String key)
799
{
800
put(StringKey.KEY_NAME, key);
801
}
802
803
public
final
int
getSafeSizeOfMapFor(MapKey<?, ?> mapKey)
804
{
Callers
nothing calls this directly
Calls
1
put
Method · 0.95
Tested by
no test coverage detected