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

Method contentFailedToFetch

src/core/fetch/index.js:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 // and a handler that is called if content failed to fetch
114 const contentFailedToFetch = _ => {
115 this._fetchFallbackPage(path, qs, cb) || this._fetch404(file, qs, cb);
116 };
117
118 // attempt to fetch content from a virtual route, and fallback to fetching the actual file
119 if (!this.isRemoteUrl) {

Callers

nothing calls this directly

Calls 2

_fetchFallbackPageMethod · 0.95
_fetch404Method · 0.95

Tested by

no test coverage detected