Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobbylight/RText
/ init
Method
init
src/main/java/org/fife/rtext/plugins/tools/Tool.java:337–340 ·
view source on GitHub ↗
Initializes this tool.
()
Source
from the content-addressed store, hash-verified
335
* Initializes this tool.
336
*/
337
private
void
init() {
338
args =
new
ArrayList<>(3);
339
env =
new
HashMap<>();
340
}
341
342
343
/**
Callers
1
Tool
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected