MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / isDomain

Method isDomain

src/Site/SiteManager.py:135–136  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

133 return re.match("^[A-Za-z0-9]{26,35}$", address)
134
135 def isDomain(self, address):
136 return False
137
138 def resolveDomain(self, domain):
139 return False

Callers 5

getMethod · 0.95
needMethod · 0.95
isHostAllowedMethod · 0.45
routeMethod · 0.45
isProxyRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected