MCPcopy
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
87function isDomain(host)
88{
89 return /\./.test(host) ? true : false;
90}
91
92var serverLastError = false;
93

Callers 1

clientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected