MCPcopy
hub / github.com/docsifyjs/docsify / fn

Method fn

src/core/fetch/index.js:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 const fn = result => {
75 this._renderSidebar(result);
76 cb();
77 };
78
79 // Load sidebar
80 loadNested(path, qs, loadSidebar, fn, this, true);

Callers 2

docsify.test.jsFile · 0.80
example.test.jsFile · 0.80

Calls 1

_renderSidebarMethod · 0.80

Tested by

no test coverage detected