Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ _temp
Function
_temp
src/context/voice.tsx:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
return t1;
39
}
40
function _temp() {
41
return createStore(DEFAULT_STATE);
42
}
43
function useVoiceStore() {
44
const store = useContext(VoiceContext);
45
if (!store) {
Callers
nothing calls this directly
Calls
1
createStore
Function · 0.85
Tested by
no test coverage detected