MCPcopy 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}
40function _temp() {
41 return createStore(DEFAULT_STATE);
42}
43function useVoiceStore() {
44 const store = useContext(VoiceContext);
45 if (!store) {

Callers

nothing calls this directly

Calls 1

createStoreFunction · 0.85

Tested by

no test coverage detected