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

Method toString

src/core/Comment.ts:497–499  ·  view source on GitHub ↗

* Returns string representation of comment * @returns {string}

()

Source from the content-addressed store, hash-verified

495 * @returns {string}
496 */
497 public toString():string {
498 return ['[', this.stime, '|', this.ttl, '/', this.dur, ']', '(', this.mode, ')', this.text].join('');
499 }
500}
501
502class ScrollComment extends CoreComment {

Callers 6

colorMethod · 0.45
_matchFunction · 0.45
CommentFilter.jsFile · 0.45
traceFunction · 0.45
sandbox.jsFile · 0.45
toRGBFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected