MCPcopy Create free account
hub / github.com/glideapps/quicktype / equals

Method equals

src/Naming.ts:157–162  ·  view source on GitHub ↗
(other: any)

Source from the content-addressed store, hash-verified

155 }
156
157 equals(other: any): boolean {
158 if (!(other instanceof Namer)) {
159 return false;
160 }
161 return this.nameStyle === other.nameStyle && other._prefixes.equals(this._prefixes);
162 }
163
164 hashCode(): number {
165 return this._prefixes.hashCode();

Callers 3

shouldBeMapFunction · 0.45
equalsFunction · 0.45
canBeCombinedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected