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

Function foo

deps/v8/test/debugger/debug/es8/async-debug-builtin-predictions.js:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40var p = Promise.resolve(thenable);
41
42async function foo() {
43 return thenable;
44}
45
46foo();
47

Calls

no outgoing calls

Tested by

no test coverage detected