MCPcopy Create free account
hub / github.com/apache/fory / equalTo

Method equalTo

javascript/packages/core/lib/gen/map.ts:47–56  ·  view source on GitHub ↗
(other: ElementInfo | null)

Source from the content-addressed store, hash-verified

45 ) {}
46
47 equalTo(other: ElementInfo | null) {
48 if (other === null) {
49 return false;
50 }
51 return (
52 this.serializer === other.serializer
53 && this.isNull === other.isNull
54 && this.trackRef === other.trackRef
55 );
56 }
57}
58
59class MapChunkWriter {

Callers 1

nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected