Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/freemarker
/ accept
Method
accept
src/main/java/freemarker/core/AttemptBlock.java:71–74 ·
view source on GitHub ↗
(Environment env)
Source
from the content-addressed store, hash-verified
69
}
70
71
void
accept(Environment env) throws TemplateException, IOException
72
{
73
env.visit(attemptBlock, recoveryBlock);
74
}
75
76
public
String getCanonicalForm() {
77
StringBuilder buf =
new
StringBuilder(
"<#attempt>"
);
Callers
nothing calls this directly
Calls
1
visit
Method · 0.80
Tested by
no test coverage detected