MCPcopy
hub / github.com/jsdoc/jsdoc / inner.js

File inner.js

test/specs/documentation/inner.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('when a documented var memeber is inside a named function', () => {
2 const docSet = jasmine.getDocSetFromFile('test/fixtures/inner.js');
3 const found1 = docSet.getByLongname('sendMessage~encoding');
4 const found2 = docSet.getByLongname('sendMessage~encrypt');

Callers

nothing calls this directly

Calls 3

describeFunction · 0.85
itFunction · 0.85
expectFunction · 0.85

Tested by

no test coverage detected