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

Function pluginsSignature

bin/mcp-server.js:130–133  ·  view source on GitHub ↗
(plugins)

Source from the content-addressed store, hash-verified

128}
129
130function pluginsSignature(plugins) {
131 const keys = Object.keys(plugins).sort()
132 return JSON.stringify(keys.map(k => [k, plugins[k]]))
133}
134
135async function teardownContainer() {
136 if (!containerInitialized) return

Callers 1

initCodeceptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected