MCPcopy Index your code
hub / github.com/nodejs/node / f

Function f

deps/v8/test/debugger/debug/debug-conditional-breakpoints.js:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42// Test functions.
43count = 0;
44function f() {};
45function g() {h(count++)};
46function h(x) {var a=x; return a};
47

Calls

no outgoing calls

Tested by

no test coverage detected