Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/midrender/revideo
/ noop
Function
noop
packages/core/src/threading/Thread.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
52
decorate(noop, threadable());
53
export
function
* noop(): ThreadGenerator {
54
// do nothing
55
}
56
57
/**
58
* A
class
representing an individual thread.
Callers
2
threads.test.ts
File · 0.90
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected