MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / clear

Method clear

src/core/CommentManager.ts:101–105  ·  view source on GitHub ↗

* Clears all comments managed from the stage

()

Source from the content-addressed store, hash-verified

99 * Clears all comments managed from the stage
100 */
101 public clear():void {
102 while(this.runline.length > 0){
103 this.runline[0].finish();
104 }
105 }
106
107 /**
108 * Sends a comment onto the stage

Callers

nothing calls this directly

Calls 1

finishMethod · 0.65

Tested by

no test coverage detected