Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
8
export
function
compareAgentGraphIdentity(a: string, b: string): number {
9
return
a < b ? -1 : a > b ? 1 : 0;
10
}
Callers
11
normalizeAndValidatePolicies
Function · 0.85
fingerprintReadinessContext
Function · 0.85
compareSealedInputs
Function · 0.85
compareOperators
Function · 0.85
buildAgentGraphTraceSnapshot
Function · 0.85
fingerprintTopology
Function · 0.85
compareEdges
Function · 0.85
insertSorted
Function · 0.85
readCommittedAgentGraphProjectionWithRuns
Function · 0.85
compareOrderedRuntimeEvents
Function · 0.85
compareAgentGraphRecords
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected