MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / isEmpty

Method isEmpty

src/scripting/api/Display/Bitmap.ts:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public isEmpty():boolean {
30 return this._xBegin === null || this._yBegin === null ||
31 this._xEnd === null || this._yEnd === null;
32 }
33
34 public reset():void {
35 this._xBegin = null;

Callers 2

asRectMethod · 0.95
_updateBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected