MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / is_proxy

Method is_proxy

core/models.py:117–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 return instance
116
117 def is_proxy(self):
118 if self.locked and self.name == PROXY_PROFILE_NAME:
119 return True
120 return False
121
122 def is_redirect(self):
123 if self.locked and self.name == REDIRECT_PROFILE_NAME:

Callers 3

build_commandMethod · 0.95
generate_stream_urlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected