MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / onReady

Method onReady

src/main.ts:416–418  ·  view source on GitHub ↗

* Public method for views to wait for readiness

()

Source from the content-addressed store, hash-verified

414 * Public method for views to wait for readiness
415 */
416 async onReady(): Promise<void> {
417 await this.readyPromise;
418 }
419
420 /**
421 * Set up event listeners for status bar updates

Callers 5

onOpenMethod · 0.80
onOpenMethod · 0.80
onOpenMethod · 0.80
TaskNotesAPIClass · 0.80
onLifecycleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected