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

Method time

src/core/Core.d.ts:123–123  ·  view source on GitHub ↗

* Updates the comment life by subtracting t from ttl * @param t - difference in time

(t:number)

Source from the content-addressed store, hash-verified

121 * @param t - difference in time
122 */
123 time(t:number):void;
124 /**
125 * Update the comment's position based on the time.
126 * This is called by time()

Callers 6

CommentManager.jsFile · 0.65
resumeFunction · 0.65
bindFunction · 0.65
bindVideoFunction · 0.65
main.jsFile · 0.65
animate.jsFile · 0.65

Implementers 1

CoreCommentsrc/core/Comment.ts

Calls

no outgoing calls

Tested by

no test coverage detected