MCPcopy Create free account
hub / github.com/ceifa/wasmoon / testFunction

Function testFunction

test/engine.test.js:593–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591 it('should be possible to access function properties', async () => {
592 const engine = await getEngine()
593 const testFunction = () => undefined
594 testFunction.hello = 'world'
595 engine.global.set('TestFunction', decorateProxy(testFunction, { proxy: true }))
596

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected