MCPcopy Create free account
hub / github.com/53AI/53AIHub / DisableOwnedAPIKey

Method DisableOwnedAPIKey

api/service/mcp/key_service.go:43–45  ·  view source on GitHub ↗
(ctx context.Context, eid, userID, keyID int64)

Source from the content-addressed store, hash-verified

41}
42
43func (s *APIKeyService) DisableOwnedAPIKey(ctx context.Context, eid, userID, keyID int64) error {
44 return model.DisableAPIKeyByCreatorID(eid, userID, keyID)
45}
46
47func (s *APIKeyService) DeleteOwnedAPIKey(ctx context.Context, eid, userID, keyID int64) error {
48 return model.DeleteAPIKeyByCreatorID(eid, userID, keyID)

Callers 1

registerMCPKeyToolsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected