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

Function one

packages/app/src/context/command.test.ts:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4describe("upsertCommandRegistration", () => {
5 test("replaces keyed registrations", () => {
6 const one = () => [{ id: "one", title: "One" }]
7 const two = () => [{ id: "two", title: "Two" }]
8
9 const next = upsertCommandRegistration([{ key: "layout", options: one }], { key: "layout", options: two })

Callers 1

AnimatedCountLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected