MCPcopy Create free account
hub / github.com/dfinity/orbit / joinPath

Function joinPath

cli/src/audit/resolver.ts:89–90  ·  view source on GitHub ↗
(parent: string, segment: string)

Source from the content-addressed store, hash-verified

87};
88
89const joinPath = (parent: string, segment: string): string =>
90 parent ? `${parent} → ${segment}` : segment;
91
92/**
93 * Returns the minimum number of approval votes required to satisfy a rule, given

Callers 1

walkQuorumRulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected