MCPcopy Create free account
hub / github.com/SethGammon/Citadel / render

Method render

scripts/grid.cjs:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 render() {
152 return this.cells.map(row => row.join('').trimEnd()).join('\n');
153 }
154}
155
156function autoLayout(spec) {

Callers 4

autoLayoutFunction · 0.95
writeGuidanceFileFunction · 0.80
buildTargetsFunction · 0.80
renderPanelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected