MCPcopy 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.tsxFile · 0.70

Calls 1

serverSDKFunction · 0.70

Tested by

no test coverage detected