Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
43
function
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
dryRunResolver
Function · 0.85
Tested by
no test coverage detected