MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / isAvailable

Function isAvailable

scripts/container-runtime.js:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66function isAvailable() {
67 return detectRuntime() !== null;
68}
69
70function getRuntime() {
71 const runtime = detectRuntime();

Callers

nothing calls this directly

Calls 1

detectRuntimeFunction · 0.85

Tested by

no test coverage detected