MCPcopy Create free account
hub / github.com/ShipSecAI/studio / insert

Method insert

worker/src/adapters/__tests__/trace.adapter.test.ts:18–24  ·  view source on GitHub ↗
(table: unknown)

Source from the content-addressed store, hash-verified

16 public inserts: { table: unknown; input: unknown }[] = [];
17
18 insert(table: unknown) {
19 return {
20 values: async (input: unknown) => {
21 this.inserts.push({ table, input });
22 },
23 };
24 }
25 }
26
27 beforeEach(() => {

Callers 15

appendMethod · 0.45
createSecretMethod · 0.45
rotateSecretMethod · 0.45
recordStartMethod · 0.45
recordCompletionMethod · 0.45
upsertMethod · 0.45
upsertMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected