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

Function createStepStartPart

packages/opencode/test/cli/github-action.test.ts:63–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63function createStepStartPart(): SessionV1.Part {
64 return {
65 id: PartID.ascending(),
66 sessionID: SessionID.make("ses_test"),
67 messageID: MessageID.make("msg_test"),
68 type: "step-start" as const,
69 }
70}
71
72function createStepFinishPart(): SessionV1.Part {
73 return {

Callers 1

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected