Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/freemarker
/ usage
Method
usage
src/test/java/freemarker/test/TreeView.java:98–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
static
void
usage() {
99
System.err.println(
"little toy program to display a compiled template as a tree."
);
100
System.err.println(
"Usage: java freemarker.test.TreeView <templatefile>"
);
101
}
102
}
Callers
1
main
Method · 0.95
Calls
1
println
Method · 0.45
Tested by
no test coverage detected