Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ html
Method
html
src/main/java/org/sfj/DrawDot.java:228–228 ·
view source on GitHub ↗
(String html)
Source
from the content-addressed store, hash-verified
226
227
interface
Labeled<E> extends Attributable<E> {
228
default E html(String html) {
229
return
add(
new
Attribute(
"label"
, html, XFORM_HTML));
230
}
231
Callers
1
testNodes
Method · 0.80
Calls
no outgoing calls
Tested by
1
testNodes
Method · 0.64