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

Method getBasePath

src/core/router/history/base.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 getBasePath() {
38 return this.config.basePath;
39 }
40
41 getFile(path = this.getCurrentPath(), isRelative) {
42 const { config } = this;

Callers 5

getFileMethod · 0.95
constructorMethod · 0.45
_renderCoverMethod · 0.45
initRenderMethod · 0.45
getCurrentPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected