Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daodst/chat
/ invalidParam
Function
invalidParam
clientapi/routing/pusher.go:109–114 ·
view source on GitHub ↗
(msg string)
Source
from the content-addressed store, hash-verified
107
}
108
109
func
invalidParam(msg string) util.JSONResponse {
110
return
util.JSONResponse{
111
Code: http.StatusBadRequest,
112
JSON: jsonerror.InvalidParam(msg),
113
}
114
}
Callers
1
SetPusher
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected