MCPcopy
hub / github.com/BuilderIO/agent-native / fail

Function fail

packages/core/src/scripts/utils.ts:99–101  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

97 * returned as a tool result — no process.exit needed.
98 */
99export function fail(message: string): never {
100 throw new Error(message);
101}

Callers 4

delete-pin.tsFile · 0.90
resolve-pin.tsFile · 0.90
update-pin.tsFile · 0.90
create-pin.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected