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

Function resolve

lib/plugin/expose.js:124–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122
123function makeLiveProxy(helperName, property) {
124 const resolve = () => Container.helpers(helperName)?.[property]
125 return new Proxy(function () {}, {
126 get(_, prop) {
127 const target = resolve()

Callers 15

startMethod · 0.85
stopMethod · 0.85
doneMethod · 0.85
requireModulesMethod · 0.85
doneMethod · 0.85
runMethod · 0.85
getFunction · 0.85
hasFunction · 0.85
applyFunction · 0.85
setFunction · 0.85
getPrototypeOfFunction · 0.85
ownKeysFunction · 0.85

Calls 1

helpersMethod · 0.80

Tested by

no test coverage detected