MCPcopy Create free account
hub / github.com/anomalyco/opencode / Runtime

Function Runtime

packages/tui/test/runtime.test.tsx:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 let paths: ReturnType<typeof useTuiPaths>
15
16 function Runtime() {
17 paths = useTuiPaths()
18 return <text>{paths.cwd}</text>
19 }
20
21 const app = await testRender(
22 () => (

Callers

nothing calls this directly

Calls 1

useTuiPathsFunction · 0.90

Tested by

no test coverage detected