Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
{ Thread as ThreadType, WorkerEvent } from
"../types/master"
4
5
function
fail(message: string): never {
6
throw Error(message)
7
}
8
9
export
type
Thread = ThreadType
10
Callers
3
errors
Function · 0.70
events
Function · 0.70
spawn.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected