MCPcopy Index your code
hub / github.com/docsifyjs/docsify / done

Method done

src/core/fetch/index.js:186–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184
185 $fetch(cb = noop, $resetEvents = this.$resetEvents.bind(this)) {
186 const done = () => {
187 this.callHook('doneEach');
188 cb();
189 };
190
191 const onlyCover = this._fetchCover();
192

Callers

nothing calls this directly

Calls 1

callHookMethod · 0.80

Tested by

no test coverage detected