MCPcopy
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
312function generateContent(content, body) {
313 return content + nl + body;
314}
315
316function generateCommandDocs() {
317 const validators = readValidators();

Callers 1

generateCommandDocsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected