MCPcopy Create free account
hub / github.com/microsoft/SandDance / empty

Function empty

docs/app/js/sanddance-app.js:121875–121877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121873 return this;
121874 },
121875 empty () {
121876 return this.x1 === +Number.MAX_VALUE && this.y1 === +Number.MAX_VALUE && this.x2 === -Number.MAX_VALUE && this.y2 === -Number.MAX_VALUE;
121877 },
121878 equals (b4) {
121879 return this.x1 === b4.x1 && this.y1 === b4.y1 && this.x2 === b4.x2 && this.y2 === b4.y2;
121880 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected