MCPcopy Create free account
hub / github.com/SethGammon/Citadel / fail

Function fail

scripts/test-runtime-registry.js:9–12  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

7const { getRuntimeDefinition, listRuntimeIds } = require(path.join(__dirname, '..', 'core', 'runtime', 'registry'));
8const {
9 detectRuntime,
10 RuntimeDetectionError,
11 VALID_RUNTIMES,
12} = require(path.join(__dirname, '..', 'core', 'runtime', 'detect-runtime'));
13const fs = require('fs');
14const inventory = require(path.join(__dirname, '..', 'core', 'runtime', 'runtime-list-inventory'));
15

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected