Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
time
Method · 0.95
Calls
1
finish
Method · 0.65
Tested by
no test coverage detected