Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FunAudioLLM/Fun-Audio-Chat
/ getIntFromStorage
Function
getIntFromStorage
web_demo/client/src/pages/Queue/Queue.tsx:15–17 ·
view source on GitHub ↗
(val: string | null)
Source
from the content-addressed store, hash-verified
13
}
14
15
function getIntFromStorage(val: string | null) {
16
return (val == null) ? undefined : parseInt(val)
17
}
18
19
export const Queue: FC = () => {
20
const [searchParams] = useSearchParams();
Callers
1
Queue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected