MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / removeWSConnection

Function removeWSConnection

src/webserver.go:40–45  ·  view source on GitHub ↗
(conn *websocket.Conn)

Source from the content-addressed store, hash-verified

38}
39
40func removeWSConnection(conn *websocket.Conn) {
41 wsMutex.Lock()
42 delete(wsConnections, conn)
43 delete(connWriteMutexes, conn)
44 wsMutex.Unlock()
45}
46
47func processStartupWorkflow(operationType string, fileType string) error {
48 if startupWorkflowInProgress {

Callers 2

broadcastProgressUpdateFunction · 0.85
WSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected