| 1 | import { createSimpleContext } from "@opencode-ai/ui/context" |
| 2 | import { type Accessor, batch, createMemo } from "solid-js" |
| 3 | import { createStore, type SetStoreFunction, type Store } from "solid-js/store" |
| 4 | import { Persist, persisted } from "@/utils/persist" |
nothing calls this directly
no test coverage detected