MCPcopy
hub / github.com/streetwriters/notesnook / done

Method done

apps/mobile/worker.js:2022–2024  ·  view source on GitHub ↗

* Alias of `end`, for backwards compatibility. * * @param chunk Optional final chunk to parse. * @deprecated

(chunk)

Source from the content-addressed store, hash-verified

2020 * @deprecated
2021 */
2022 done(chunk) {
2023 this.end(chunk);
2024 }
2025};
2026
2027var HTMLParser2 = /*#__PURE__*/ Object.freeze({

Callers 15

multiPartUploadFileFunction · 0.80
TwoFactorEnabledFunction · 0.80
Fallback2FAEnabledFunction · 0.80
SessionExpiredFunction · 0.80
LoginFunction · 0.80
TabBarFunction · 0.80
renderMethod · 0.80

Calls 1

endMethod · 0.95

Tested by

no test coverage detected