Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
asRect
Method · 0.95
_updateBox
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected