MCPcopy Create free account

hub / github.com/debugger22/github-audio / functions

Functions31 in github.com/debugger22/github-audio

↓ 1 callersFunctionanimate
()
src/components/Visualization3D.tsx:436
↓ 1 callersFunctioncheck_for_bot
(actor_display_name: &String)
rust-server/src/helpers.rs:125
↓ 1 callersFunctionclean_gh_payload
(events: Vec<Event>)
rust-server/src/helpers.rs:3
↓ 1 callersFunctionconnectWebSocket
()
src/hooks/useWebSocket.ts:38
↓ 1 callersFunctioncreateStarfield
()
src/components/Visualization3D.tsx:271
↓ 1 callersFunctionhandle_socket_conn
* Actual websocket statemachine (one will be spawned per connection) */
rust-server/src/handlers.rs:30
↓ 1 callersFunctionhashCode
(str: string)
src/components/Visualization3D.tsx:677
↓ 1 callersFunctionhashCode
(str: string)
src/components/Visualization.tsx:85
↓ 1 callersFunctionloadSounds
()
src/hooks/useAudio.ts:23
↓ 1 callersFunctionpoll_github
* This function gets called at each tick of the interval set in [`start_polling_github`]. * It calls the Github events API, processes the payload and
rust-server/src/repository.rs:37
↓ 1 callersFunctionprocess_message
(msg: Message, _addr: SocketAddr)
rust-server/src/handlers.rs:59
↓ 1 callersFunctionstart_polling_github
* This function starts a forever running async task which polls the Github API * at [`POLL_INTERVAL`]. It also receives a [`Sender`] channel which is
rust-server/src/repository.rs:21
↓ 1 callersFunctionuseAudio
()
src/hooks/useAudio.ts:11
↓ 1 callersFunctionuseWebSocket
( url: string, orgRepoFilter: string[] )
src/hooks/useWebSocket.ts:25
FunctionApp
()
src/App.tsx:332
FunctionLoading3DFallback
()
src/App.tsx:316
FunctionVisualizationToggle
({ is3D, onToggle })
src/components/VisualizationToggle.tsx:47
FunctionhandleClick
(event: MouseEvent)
src/components/Visualization3D.tsx:409
FunctionhandleFilterChange
(e: React.ChangeEvent<HTMLInputElement>)
src/App.tsx:442
FunctionhandleMouseDown
(event: MouseEvent)
src/components/Visualization3D.tsx:379
FunctionhandleMouseMove
(event: MouseEvent)
src/components/Visualization3D.tsx:385
FunctionhandleMouseUp
()
src/components/Visualization3D.tsx:399
FunctionhandlePlayButtonClick
()
src/App.tsx:431
FunctionhandleResize
()
src/components/Visualization3D.tsx:623
FunctionhandleResize
()
src/components/Visualization.tsx:187
FunctionhandleToggle3DMode
(newIs3D: boolean)
src/App.tsx:448
FunctionhandleVolumeChange
(e: React.ChangeEvent<HTMLInputElement>)
src/App.tsx:435
FunctionhandleWheel
(event: WheelEvent)
src/components/Visualization3D.tsx:403
Functionmain
()
rust-server/src/main.rs:14
FunctiononSoundLoad
()
src/hooks/useAudio.ts:31
Functionws_events_dispatch_handler
* Axum's handler for incomming websocket connections */
rust-server/src/handlers.rs:19