MCPcopy Create free account
hub / github.com/esmBot/esmBot / app.ts

File app.ts

src/app.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import process from "node:process";
2
3const [major, minor] = process.versions.node.split(".").map(Number);
4if (major < 22 || (major === 22 && minor < 13) || (major === 23 && minor < 4)) {

Callers

nothing calls this directly

Calls 15

detectRuntimeFunction · 0.85
getVersFunction · 0.85
initLogFunction · 0.85
parseThresholdFunction · 0.85
loadFunction · 0.85
reloadMediaConnectionsFunction · 0.85
initMediaLibFunction · 0.85
reloadFunction · 0.85
startBroadcastFunction · 0.85
endBroadcastFunction · 0.85
connectFunction · 0.50
exitFunction · 0.50

Tested by

no test coverage detected