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

Method load

src/core/CommentManager.ts:87–89  ·  view source on GitHub ↗

* Load a list of comments into the time line * @param data - list of abstract comment data

(data:Array<Object>)

Source from the content-addressed store, hash-verified

85 * @param data - list of abstract comment data
86 */
87 public load(data:Array<Object>):void {
88 this.timeline = data;
89 }
90
91 /**
92 * Inserts an abstract comment data into the time line

Callers 2

CommentProvider.jsFile · 0.80
main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected