Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ main
Method
main
src/main/java/org/dynjs/cli/Main.java:47–49 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
45
}
46
47
public
static
void
main(String[] args) throws IOException {
48
new
Main(System.out, args).run();
49
}
50
51
protected
void
run() throws IOException {
52
try {
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected