Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
export
function
startThread(thread: Thread) {
23
ThreadStack.push(thread);
24
}
25
26
export
function
endThread(thread: Thread) {
27
if
(ThreadStack.pop() !== thread) {
Callers
1
next
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected