MCPcopy 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
15function getIntFromStorage(val: string | null) {
16 return (val == null) ? undefined : parseInt(val)
17}
18
19export const Queue: FC = () => {
20 const [searchParams] = useSearchParams();

Callers 1

QueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected