MCPcopy Index your code
hub / github.com/andywer/threads.js / fail

Function fail

src/master/thread.ts:5–7  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

3import { Thread as ThreadType, WorkerEvent } from "../types/master"
4
5function fail(message: string): never {
6 throw Error(message)
7}
8
9export type Thread = ThreadType
10

Callers 3

errorsFunction · 0.70
eventsFunction · 0.70
spawn.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected