MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / buildAddressEntry

Function buildAddressEntry

out/cli.cjs:72797–72797  ·  view source on GitHub ↗
(address, family)

Source from the content-addressed store, hash-verified

72795 if (!utils_default.isString(address)) {
72796 throw TypeError("address must be a string");
72797 }
72798 return {
72799 address,
72800 family: family || (address.indexOf(".") < 0 ? 6 : 4)

Callers 1

cli.cjsFile · 0.85

Calls 1

resolveFamilyFunction · 0.85

Tested by

no test coverage detected