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

Method hostname

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

Source from the content-addressed store, hash-verified

393
394 @property
395 def hostname(self) -> str:
396 settings = get_settings()
397 return f"{self.slug}.{settings.deploy_domain}"
398
399 @property
400 def url(self) -> str:

Callers

nothing calls this directly

Calls 1

get_settingsFunction · 0.90

Tested by

no test coverage detected