Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ valueOf
Method
valueOf
packages/graph/src/test/Comparator.test.ts:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
class
TestClass {
158
constructor(public value: number) {}
159
valueOf() {
160
return
this.value;
161
}
162
}
163
164
const
obj1 =
new
TestClass(1);
Callers
1
compareObjects
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected