MCPcopy 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

boxMethod · 0.95
hArrowMethod · 0.95
vArrowMethod · 0.95
containerMethod · 0.95
mainFunction · 0.80

Calls 1

putMethod · 0.95

Tested by

no test coverage detected