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

Method finish

src/core/Comment.ts:489–491  ·  view source on GitHub ↗

* Remove the comment and do some cleanup.

()

Source from the content-addressed store, hash-verified

487 * Remove the comment and do some cleanup.
488 */
489 public finish():void {
490 this.parent.finish(this);
491 }
492
493 /**
494 * Returns string representation of comment

Callers 1

timeMethod · 0.95

Calls 1

finishMethod · 0.65

Tested by

no test coverage detected