Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdoc/jsdoc
/ asyncfunction.js
File
asyncfunction.js
test/specs/documentation/asyncfunction.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'async functions'
, () => {
2
const
docSet = jasmine.getDocSetFromFile(
'test/fixtures/asyncfunction.js'
);
3
const
add = docSet.getByLongname(
'add'
)[0];
4
const
subtract = docSet.getByLongname(
'subtract'
)[0];
Callers
nothing calls this directly
Calls
3
describe
Function · 0.85
it
Function · 0.85
expect
Function · 0.85
Tested by
no test coverage detected