MCPcopy Create free account
hub / github.com/nodejs/node / foo

Function foo

deps/v8/test/mjsunit/modules-exports2.mjs:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// found in the LICENSE file.
4
5export function foo() { return 42 }
6assertEquals(42, foo());
7foo = 1;
8assertEquals(1, foo);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected