MCPcopy Index your code
hub / github.com/apache/answer / RemoveUserCacheInfo

Method RemoveUserCacheInfo

internal/service/auth/auth.go:119–121  ·  view source on GitHub ↗
(ctx context.Context, accessToken string)

Source from the content-addressed store, hash-verified

117}
118
119func (as *AuthService) RemoveUserCacheInfo(ctx context.Context, accessToken string) (err error) {
120 return as.authRepo.RemoveUserCacheInfo(ctx, accessToken)
121}
122
123func (as *AuthService) RemoveUserVisitCacheInfo(ctx context.Context, visitToken string) (err error) {
124 if len(visitToken) > 0 {

Callers

nothing calls this directly

Calls 1

RemoveUserCacheInfoMethod · 0.65

Tested by

no test coverage detected