Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ removeLabel
Method
removeLabel
src/main/java/org/dynjs/parser/js/ParserContext.java:36–38 ·
view source on GitHub ↗
(String label)
Source
from the content-addressed store, hash-verified
34
}
35
36
void
removeLabel(String label) {
37
this.labels.remove(label);
38
}
39
40
Set<String> getLabels() {
41
return
this.labels;
Callers
1
labelledStatement
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected