MCPcopy
hub / github.com/ThatGuySam/doesitarm / method

Method method

test/api/client.test.ts:16–16  ·  view source on GitHub ↗
(api: DoesItAPIClient)

Source from the content-addressed store, hash-verified

14interface APICase {
15 generateOptions: Record<string, unknown>;
16 method(api: DoesItAPIClient): any;
17 expected: Record<string, unknown> | ((result: any) => boolean);
18}
19

Callers 2

findTargetFilesMethod · 0.80
client.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected