MCPcopy Create free account
hub / github.com/ZeStream/zestream-server / Ping

Function Ping

controllers/ping.go:9–11  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

7)
8
9func Ping(c *gin.Context) {
10 c.String(http.StatusOK, "pong")
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected