MCPcopy Create free account
hub / github.com/anomalyco/opencode / id

Function id

packages/core/test/session-runner-message.test.ts:13–13  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

11
12const created = DateTime.makeUnsafe(0)
13const id = (value: string) => SessionMessage.ID.make(`msg_${value}`)
14const model = Model.make({ id: "model", provider: "provider", route: OpenAIChat.route })
15
16describe("toLLMMessages", () => {

Callers 2

assistantFunction · 0.70

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected