MCPcopy
hub / github.com/di-sukharev/opencommit / isIP

Method isIP

out/cli.cjs:30334–30336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30332 return !!this._def.checks.find((ch) => ch.kind === "ulid");
30333 }
30334 get isIP() {
30335 return !!this._def.checks.find((ch) => ch.kind === "ip");
30336 }
30337 get isBase64() {
30338 return !!this._def.checks.find((ch) => ch.kind === "base64");
30339 }

Callers 5

getServerNameFunction · 0.80
constructorMethod · 0.80
connect3Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected