Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/smapiot/piral
/ generateContent
Function
generateContent
tools/generate-command-docs.js:312–314 ·
view source on GitHub ↗
(content, body)
Source
from the content-addressed store, hash-verified
310
}
311
312
function
generateContent(content, body) {
313
return
content + nl + body;
314
}
315
316
function
generateCommandDocs() {
317
const
validators = readValidators();
Callers
1
generateCommandDocs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected