Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ create } from
"zustand"
;
2
import
{ persist, createJSONStorage } from
"zustand/middleware"
;
3
4
export
type
StudioTab =
"editor"
|
"browser"
|
"run"
;
Callers
nothing calls this directly
Calls
3
create
Function · 0.85
persist
Function · 0.85
set
Function · 0.85
Tested by
no test coverage detected