Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ addAddable
Method
addAddable
src/periphery/ConvertOption.java:85–88 ·
view source on GitHub ↗
(String addable)
Source
from the content-addressed store, hash-verified
83
}
84
85
public
ConvertOption addAddable(String addable) {
86
this.addables.push(addable);
87
return
this;
88
}
89
90
public
String[] getAddablesAsStrings() {
91
Stack<String> addablesNew =
new
Stack<String>();
Callers
1
getDetaulftConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected