Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ push
Function
push
packages/core/src/runtime/commit/equality.ts:11–13 ·
view source on GitHub ↗
(e: CommitDiagEntry)
Source
from the content-addressed store, hash-verified
9
this.entries.length = 0;
10
},
11
push(e: CommitDiagEntry): void {
12
this.entries.push(e);
13
},
14
};
15
16
function
colorEqual(a: unknown, b: unknown): boolean {
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected