Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ Key
Method
Key
shared/java/Key.java:135–138 ·
view source on GitHub ↗
(String name, int mask)
Source
from the content-addressed store, hash-verified
133
}
134
135
private
Key(String name,
int
mask) {
136
_name = name;
137
_mask = mask;
138
}
139
140
private
Key(String name) {
141
this(name, 0);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected