MCPcopy Create free account
hub / github.com/Noumena-Network/code / getRepoPath

Function getRepoPath

src/assistant/sessionDiscovery.ts:39–41  ·  view source on GitHub ↗
(session: AssistantSessionResource)

Source from the content-addressed store, hash-verified

37}
38
39function getRepoPath(session: AssistantSessionResource): string | undefined {
40 return getSessionRepoDisplay(session.session_context)
41}
42
43function toAssistantSession(
44 session: AssistantSessionResource,

Callers 1

toAssistantSessionFunction · 0.85

Calls 1

getSessionRepoDisplayFunction · 0.85

Tested by

no test coverage detected