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

Function has

lib/plugin/expose.js:133–136  ·  view source on GitHub ↗
(_, prop)

Source from the content-addressed store, hash-verified

131 return value
132 },
133 has(_, prop) {
134 const target = resolve()
135 return target != null && prop in target
136 },
137 apply(_, thisArg, args) {
138 const target = resolve()
139 return target?.apply(thisArg, args)

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected