Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getFile
Method · 0.95
constructor
Method · 0.45
_renderCover
Method · 0.45
initRender
Method · 0.45
getCurrentPath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected