Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
function
isAvailable() {
67
return
detectRuntime() !== null;
68
}
69
70
function
getRuntime() {
71
const
runtime = detectRuntime();
Callers
nothing calls this directly
Calls
1
detectRuntime
Function · 0.85
Tested by
no test coverage detected