Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
99
export
function
fail(message: string): never {
100
throw
new
Error(message);
101
}
Callers
4
delete-pin.ts
File · 0.90
resolve-pin.ts
File · 0.90
update-pin.ts
File · 0.90
create-pin.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected