mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 18:57:08 +00:00
chore: refactoring and tests, splitting up files (#12495)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export const workspaceOpenState = (expanded: Record<string, boolean>, directory: string, local: boolean) =>
|
||||
expanded[directory] ?? local
|
||||
Reference in New Issue
Block a user