Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ threadSafe
Method
threadSafe
htmlflow-core/src/main/java/htmlflow/HtmlView.java:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
public
HtmlView<M> threadSafe() {
86
return
clone(visitorSupplier, true);
87
}
88
89
@Override
90
public
HtmlVisitor getVisitor() {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.95
Tested by
no test coverage detected