Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cjs
File · 0.85
Calls
1
resolveFamily
Function · 0.85
Tested by
no test coverage detected