MCPcopy Index your code
hub / github.com/hunvreus/devpush / url

Method url

app/models.py:400–402  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

398
399 @property
400 def url(self) -> str:
401 settings = get_settings()
402 return f"{settings.url_scheme}://{self.hostname}"
403
404 @property
405 def color(self) -> str:

Callers

nothing calls this directly

Calls 1

get_settingsFunction · 0.90

Tested by

no test coverage detected