Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/freemarker
/ pushElement
Method
pushElement
src/main/java/freemarker/core/Environment.java:1334–1336 ·
view source on GitHub ↗
(TemplateElement element)
Source
from the content-addressed store, hash-verified
1332
}
1333
1334
private
void
pushElement(TemplateElement element) {
1335
elementStack.add(element);
1336
}
1337
1338
private
void
popElement() {
1339
elementStack.remove(elementStack.size() - 1);
Callers
1
visit
Method · 0.95
Calls
1
add
Method · 0.45
Tested by
no test coverage detected