Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/witheve/Eve
/ equality
Method
equality
src/runtime/parser.ts:292–294 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
290
}
291
292
equality(a, b) {
293
this.equalities.push([a, b]);
294
}
295
296
commit(node: ParseNode) {
297
this.commits.push(node);
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected