MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / modelRegistrationPhase

Function modelRegistrationPhase

sdk/cliproxy/service.go:337–342  ·  view source on GitHub ↗
(auth *coreauth.Auth)

Source from the content-addressed store, hash-verified

335}
336
337func modelRegistrationPhase(auth *coreauth.Auth) int {
338 if coreauth.IsConfigAPIKeyAuth(auth) {
339 return modelRegistrationPhaseConfigAPIKey
340 }
341 return modelRegistrationPhaseOther
342}
343
344func modelRegistrationCategory(auth *coreauth.Auth) string {
345 if auth == nil {

Callers 3

handleAuthUpdatesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected