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

Method insert

src/core/CommentManager.ts:95–96  ·  view source on GitHub ↗

* Inserts an abstract comment data into the time line * @param data - abstract comment data

(data:Object)

Source from the content-addressed store, hash-verified

93 * @param data - abstract comment data
94 */
95 public insert(data:Object):void {
96 }
97
98 /**
99 * Clears all comments managed from the stage

Callers 1

main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected