Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getNewLabel
Method
getNewLabel
src/main/java/org/dynjs/ir/Scope.java:171–173 ·
view source on GitHub ↗
(String prefix)
Source
from the content-addressed store, hash-verified
169
}
170
171
public
Label getNewLabel(String prefix) {
172
return
new
Label(prefix, allocateNextPrefixedName(prefix));
173
}
174
175
public
Label getNewLabel() {
176
return
getNewLabel(
"LBL"
);
Callers
2
visit
Method · 0.95
createBB
Method · 0.80
Calls
1
allocateNextPrefixedName
Method · 0.95
Tested by
no test coverage detected