Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ text
Method
text
scripts/grid.cjs:57–61 ·
view source on GitHub ↗
(x, y, str)
Source
from the content-addressed store, hash-verified
55
}
56
57
text(x, y, str) {
58
for
(
let
i = 0; i < str.length; i++) {
59
this.put(x + i, y, str[i]);
60
}
61
}
62
63
box(x, y, w, h, label, style =
'single'
) {
64
const
s = STYLES[style] || STYLES.single;
Callers
5
box
Method · 0.95
hArrow
Method · 0.95
vArrow
Method · 0.95
container
Method · 0.95
main
Function · 0.80
Calls
1
put
Method · 0.95
Tested by
no test coverage detected