MCPcopy 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

ViewFunction · 0.50
ListToolFunction · 0.50
renderFunction · 0.50

Calls 1

pathMethod · 0.80

Tested by

no test coverage detected