Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getCurrentVoiceSession
Function
getCurrentVoiceSession
src/voice/voiceSession.ts:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
getCurrentVoiceSession(): ResolvedAuthSession | null {
23
const
session = getAuthRuntime().getCurrentSession()
24
return
hasUsableVoiceSession(session) ? session : null
25
}
Callers
2
isVoiceStreamAvailable
Function · 0.85
hasVoiceAuth
Function · 0.85
Calls
3
getAuthRuntime
Function · 0.85
hasUsableVoiceSession
Function · 0.85
getCurrentSession
Method · 0.65
Tested by
no test coverage detected