MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / DelUserCache

Function DelUserCache

server/handles/user.go:131–139  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

129}
130
131func DelUserCache(c *gin.Context) {
132 username := c.Query("username")
133 err := op.DelUserCache(username)
134 if err != nil {
135 common.ErrorResp(c, err, 500)
136 return
137 }
138 common.SuccessResp(c)
139}

Callers

nothing calls this directly

Calls 3

DelUserCacheFunction · 0.92
ErrorRespFunction · 0.92
SuccessRespFunction · 0.92

Tested by

no test coverage detected