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

Function detectCurrentCitcWorkspaceSource

src/utils/citcWorkspaceSource.ts:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243}
244
245export async function detectCurrentCitcWorkspaceSource(): Promise<NoumenaWorkspaceSource | null> {
246 return detectCitcWorkspaceSourceForPath(getCwd())
247}

Callers 3

teleportToRemoteFunction · 0.70
createBridgeSessionFunction · 0.50

Calls 2

getCwdFunction · 0.85

Tested by

no test coverage detected