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

Method api

src/main.ts:85–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 );
84
85 get api(): ReturnType<typeof QuickAddApi.GetApi> {
86 return QuickAddApi.GetApi(
87 this.app,
88 this,
89 new ChoiceExecutor(this.app, this),
90 );
91 }
92
93 async onload() {
94 log.logMessage("Loading QuickAdd");

Callers

nothing calls this directly

Calls 1

GetApiMethod · 0.80

Tested by

no test coverage detected