MCPcopy
hub / github.com/Skyvern-AI/skyvern / StudioShellStore.ts

File StudioShellStore.ts

skyvern-frontend/src/store/StudioShellStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from "zustand";
2import { persist, createJSONStorage } from "zustand/middleware";
3
4export type StudioTab = "editor" | "browser" | "run";

Callers

nothing calls this directly

Calls 3

createFunction · 0.85
persistFunction · 0.85
setFunction · 0.85

Tested by

no test coverage detected