MCPcopy
hub / github.com/anomalyco/opencode / admitted

Function admitted

packages/core/test/session-prompt.test.ts:77–77  ·  view source on GitHub ↗
(id: SessionMessage.ID)

Source from the content-addressed store, hash-verified

75})
76
77const admitted = (id: SessionMessage.ID) => Database.Service.use(({ db }) => SessionInput.find(db, id))
78const admittedCount = Database.Service.use(({ db }) =>
79 db
80 .select()

Callers 1

Calls 2

findMethod · 0.65
useMethod · 0.45

Tested by

no test coverage detected