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

Method constructor

src/quickAddApi.test.ts:76–79  ·  view source on GitHub ↗
(app: unknown, missing: unknown, variables: unknown)

Source from the content-addressed store, hash-verified

74 OnePageInputModal: class {
75 waitForClose: Promise<Record<string, string>>;
76 constructor(app: unknown, missing: unknown, variables: unknown) {
77 onePageModalCalls.push({ app, missing, variables });
78 this.waitForClose = mocks.onePageModalWaitForClose();
79 }
80 },
81}));
82

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected