Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
function
autoLayout(spec) {
Callers
4
autoLayout
Function · 0.95
writeGuidanceFile
Function · 0.80
buildTargets
Function · 0.80
renderPanel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected