MCPcopy Index your code
hub / github.com/AgentOps-AI/agentops / _get_api_domain

Function _get_api_domain

app/api/agentops/auth/views.py:101–105  ·  view source on GitHub ↗

Removes the port from the development domain.

()

Source from the content-addressed store, hash-verified

99
100
101def _get_api_domain() -> str:
102 """
103 Removes the port from the development domain.
104 """
105 return API_DOMAIN.split(':')[0]
106
107
108class SupabaseUserData(pydantic.BaseModel):

Callers 2

auth_logoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…