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

Function get

lib/step/helper.js:45–48  ·  view source on GitHub ↗
(target, prop)

Source from the content-addressed store, hash-verified

43function dryRunResolver() {
44 return {
45 get(target, prop) {
46 if (prop === 'toString') return () => '<VALUE>'
47 return new Proxy({}, dryRunResolver())
48 },
49 }
50}

Callers

nothing calls this directly

Calls 1

dryRunResolverFunction · 0.85

Tested by

no test coverage detected