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

Method stop

src/core/CommentManager.ts:75–81  ·  view source on GitHub ↗

* Stop the comment manager

()

Source from the content-addressed store, hash-verified

73 * Stop the comment manager
74 */
75 public stop():void {
76 this._status = "stopped";
77 // Go through the comment runline and stop stuff
78 for (var i = 0; i < this.runline.length; i++) {
79 this.runline[i].stop();
80 }
81 }
82
83 /**
84 * Load a list of comments into the time line

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected