Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.95
need
Method · 0.95
isHostAllowed
Method · 0.45
route
Method · 0.45
isProxyRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected