MCPcopy Create free account
hub / github.com/apache/maka / compareAgentGraphIdentity

Function compareAgentGraphIdentity

packages/runtime/src/stream-graph-identity.ts:8–10  ·  view source on GitHub ↗
(a: string, b: string)

Source from the content-addressed store, hash-verified

6 * decomposed Unicode spellings into an ordering tie.
7 */
8export function compareAgentGraphIdentity(a: string, b: string): number {
9 return a < b ? -1 : a > b ? 1 : 0;
10}

Callers 11

compareSealedInputsFunction · 0.85
compareOperatorsFunction · 0.85
fingerprintTopologyFunction · 0.85
compareEdgesFunction · 0.85
insertSortedFunction · 0.85
compareAgentGraphRecordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected