Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ollm/OpenComic
/ isDomain
Function
isDomain
scripts/server-client.js:87–90 ·
view source on GitHub ↗
(host)
Source
from the content-addressed store, hash-verified
85
}
86
87
function
isDomain(host)
88
{
89
return
/\./.test(host) ? true : false;
90
}
91
92
var
serverLastError = false;
93
Callers
1
client
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected