MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / printDocBlock

Function printDocBlock

lib/command/list.js:124–130  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

122}
123
124function printDocBlock(doc) {
125 if (!doc) return
126 for (const line of doc.split('\n')) {
127 output.print(` ${line}`)
128 }
129 output.print('')
130}
131
132export default async function (path, options = {}) {
133 const configFile = options.config

Callers 1

list.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected