MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / testLambda

Function testLambda

test/function.js:133–137  ·  view source on GitHub ↗
(binding)

Source from the content-addressed store, hash-verified

131}
132
133function testLambda (binding) {
134 assert.ok(binding.lambdaWithNoCapture());
135 assert.ok(binding.lambdaWithCapture());
136 assert.ok(binding.lambdaWithMoveOnlyCapture());
137}

Callers 1

function.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected