MCPcopy Create free account
hub / github.com/chhoumann/quickadd / fireUriError

Method fireUriError

src/main.ts:404–408  ·  view source on GitHub ↗
(targets: CallbackTargets, errorCode: string)

Source from the content-addressed store, hash-verified

402 }
403
404 private fireUriError(targets: CallbackTargets, errorCode: string): void {
405 if (targets.error) {
406 this.openUriCallback(targets.error, { status: "error", errorCode });
407 }
408 }
409
410 private fireUriCancel(targets: CallbackTargets): void {
411 if (targets.cancel) {

Callers 1

onloadMethod · 0.95

Calls 1

openUriCallbackMethod · 0.95

Tested by

no test coverage detected