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

Function helperMarkDownFile

runok.cjs:19–21  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

17import('documentation').then(mod => (documentation = mod))
18
19const helperMarkDownFile = function (name) {
20 return `docs/helpers/${name}.md`
21}
22const pluginMarkDownFile = function (name) {
23 return `docs/plugins/${name}.md`
24}

Callers 2

docsExternalHelpersFunction · 0.70
docsHelpersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected