MCPcopy Index your code
hub / github.com/tinyplex/tinybase / errorNew

Function errorNew

src/common/other.ts:145–147  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

143export const structuredClone = GLOBAL.structuredClone as <T>(value: T) => T;
144
145export const errorNew = (message: string): never => {
146 throw new Error(message);
147};
148
149export const tryReturn = <Return>(
150 tryF: () => Return,

Callers 3

getStoreFunctionsFunction · 0.90
loadFunction · 0.90
useCartesianChartContextFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…