MCPcopy 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
52decorate(noop, threadable());
53export function* noop(): ThreadGenerator {
54 // do nothing
55}
56
57/**
58 * A class representing an individual thread.

Callers 2

threads.test.tsFile · 0.90
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected