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

Function f

test/parallel/test-assert-async.js:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18// shouldn't be considered as a valid Thenable.
19const invalidThenableFunc = () => {
20 function f() {}
21
22 f.then = (fulfill, reject) => {
23 fulfill();

Callers 14

unlessInvalidStateFunction · 0.70
new_funcFunction · 0.50
visitMethod · 0.50
as_constMethod · 0.50
as_constMethod · 0.50
nextFunction · 0.50
nextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected