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

Method _renderNav

src/core/render/index.js:303–308  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

301 }
302
303 _renderNav(text) {
304 text && this._renderTo('nav', this.compiler.compile(text));
305 if (this.config.loadNavbar) {
306 getAndActive(this.router, 'nav');
307 }
308 }
309
310 _renderMain(text, opt = {}, next) {
311 if (!text) {

Callers 1

_fetchMethod · 0.80

Calls 2

_renderToMethod · 0.95
getAndActiveFunction · 0.90

Tested by

no test coverage detected