MCPcopy
hub / github.com/midrender/revideo / startThread

Function startThread

packages/core/src/utils/useThread.ts:22–24  ·  view source on GitHub ↗
(thread: Thread)

Source from the content-addressed store, hash-verified

20}
21
22export function startThread(thread: Thread) {
23 ThreadStack.push(thread);
24}
25
26export function endThread(thread: Thread) {
27 if (ThreadStack.pop() !== thread) {

Callers 1

nextMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected