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

Function pickActingHelper

lib/utils/trace.js:14–19  ·  view source on GitHub ↗
(helpers)

Source from the content-addressed store, hash-verified

12// ---------------------------------------------------------------------------
13
14export function pickActingHelper(helpers) {
15 for (const name of Container.STANDARD_ACTING_HELPERS) {
16 if (helpers[name]) return helpers[name]
17 }
18 return null
19}
20
21export function traceDirFor(testFile, testTitle, baseDir) {
22 const hash = crypto.createHash('sha256').update((testFile || '') + (testTitle || '')).digest('hex').slice(0, 8)

Callers 6

aiTrace.jsFile · 0.90
pageInfo.jsFile · 0.90
trace_test.jsFile · 0.90
captureLiveArtifactsFunction · 0.90
gatherPageBriefFunction · 0.90
mcp-server.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected