Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ scope
Function
scope
packages/app/src/context/terminal.tsx:381–381 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
379
const params = useParams()
380
const cache = new Map<string, TerminalCacheEntry>()
381
const scope = () => serverSDK().scope
382
const directory = createMemo(() => base64Encode(sdk().directory))
383
384
caches.add(cache)
Callers
1
terminal.tsx
File · 0.70
Calls
1
serverSDK
Function · 0.70
Tested by
no test coverage detected