MCPcopy 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
151func DelServer(sid string) {
152 mcpServer.Del(sid)
153}
154
155func ServeHTTP(w http.ResponseWriter, r *http.Request) {
156 mcpServer.ServeHTTP(w, r)

Callers

nothing calls this directly

Calls 1

DelMethod · 0.45

Tested by

no test coverage detected