Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
export
async
function
detectCurrentCitcWorkspaceSource(): Promise<NoumenaWorkspaceSource | null> {
246
return
detectCitcWorkspaceSourceForPath(getCwd())
247
}
Callers
3
validateSessionResumeContext
Function · 0.70
teleportToRemote
Function · 0.70
createBridgeSession
Function · 0.50
Calls
2
detectCitcWorkspaceSourceForPath
Function · 0.85
getCwd
Function · 0.85
Tested by
no test coverage detected