MCPcopy Create free account
hub / github.com/TruthHun/BookStack / successClear

Function successClear

static/word2md/mammoth.browser.js:8929–8932  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

8927};
8928
8929function successClear(value) {
8930 clearTimeout(this.handle);
8931 return value;
8932}
8933
8934function failureClear(reason) {
8935 clearTimeout(this.handle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected