Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sefiraat/Networks
/ newKey
Method
newKey
src/main/java/io/github/sefiraat/networks/utils/Keys.java:14–17 ·
view source on GitHub ↗
(@Nonnull String value)
Source
from the content-addressed store, hash-verified
12
public
class
Keys {
13
14
@Nonnull
15
public
static
NamespacedKey newKey(@Nonnull String value) {
16
return
new
NamespacedKey(Networks.getInstance(), value);
17
}
18
}
Callers
1
NetworksItemGroups
Class · 0.95
Calls
1
getInstance
Method · 0.95
Tested by
no test coverage detected