Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ shaped
Method
shaped
src/main/java/org/sfj/DrawDot.java:298–298 ·
view source on GitHub ↗
(Shapes shape)
Source
from the content-addressed store, hash-verified
296
297
interface
Shaped<E> extends Attributable<E> {
298
default E shaped(Shapes shape) {
299
return
add(
new
Attribute(
"shape"
, shape, XFORM_ENUM_LOWERCASE));
300
}
301
}
Callers
3
testNodes
Method · 0.80
recordV
Method · 0.80
recordH
Method · 0.80
Calls
no outgoing calls
Tested by
1
testNodes
Method · 0.64