Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ DelServer
Function
DelServer
mcp-server/server.go:151–153 ·
view source on GitHub ↗
(sid string)
Source
from the content-addressed store, hash-verified
149
}
150
151
func
DelServer(sid string) {
152
mcpServer.Del(sid)
153
}
154
155
func
ServeHTTP(w http.ResponseWriter, r *http.Request) {
156
mcpServer.ServeHTTP(w, r)
Callers
nothing calls this directly
Calls
1
Del
Method · 0.45
Tested by
no test coverage detected