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

Function apply

lib/plugin/expose.js:137–140  ·  view source on GitHub ↗
(_, thisArg, args)

Source from the content-addressed store, hash-verified

135 return target != null && prop in target
136 },
137 apply(_, thisArg, args) {
138 const target = resolve()
139 return target?.apply(thisArg, args)
140 },
141 set(_, prop, value) {
142 const target = resolve()
143 if (target != null) target[prop] = value

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected