Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ path
Function
path
packages/tui/src/context/sync.tsx:562–564 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
560
return store.status !==
"loading"
561
},
562
get path() {
563
return project.instance.path()
564
},
565
session: {
566
get(sessionID: string) {
567
const match = search(store.session, sessionID, (s) => s.id)
Callers
3
View
Function · 0.50
ListTool
Function · 0.50
render
Function · 0.50
Calls
1
path
Method · 0.80
Tested by
no test coverage detected