Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
123
function
makeLiveProxy(helperName, property) {
124
const
resolve = () => Container.helpers(helperName)?.[property]
125
return
new
Proxy(
function
() {}, {
126
get(_, prop) {
127
const
target = resolve()
Callers
15
start
Method · 0.85
stop
Method · 0.85
done
Method · 0.85
requireModules
Method · 0.85
done
Method · 0.85
run
Method · 0.85
get
Function · 0.85
has
Function · 0.85
apply
Function · 0.85
set
Function · 0.85
getPrototypeOf
Function · 0.85
ownKeys
Function · 0.85
Calls
1
helpers
Method · 0.80
Tested by
no test coverage detected