MCPcopy Create free account
hub / github.com/backnotprop/plannotator / runDetached

Method runDetached

packages/shared/pr-context-live.ts:342–350  ·  view source on GitHub ↗
(
    promise: Promise<unknown>,
    _reason: PRContextRefreshReason,
  )

Source from the content-addressed store, hash-verified

340 }
341
342 private runDetached(
343 promise: Promise<unknown>,
344 _reason: PRContextRefreshReason,
345 ): void {
346 void promise.catch(() => {
347 // refresh() records the failure and broadcasts it; no extra logging hook
348 // exists in this shared module.
349 });
350 }
351}
352
353function messageFromUnknown(cause: unknown): string {

Callers 5

warmMethod · 0.95
refreshAfterWriteMethod · 0.95
watchMethod · 0.95
refreshMethod · 0.95
scheduleNextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected