Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
process from
"node:process"
;
2
3
const
[major, minor] = process.versions.node.split(
"."
).map(Number);
4
if
(major < 22 || (major === 22 && minor < 13) || (major === 23 && minor < 4)) {
Callers
nothing calls this directly
Calls
15
detectRuntime
Function · 0.85
getVers
Function · 0.85
initLog
Function · 0.85
parseThreshold
Function · 0.85
load
Function · 0.85
reloadMediaConnections
Function · 0.85
initMediaLib
Function · 0.85
reload
Function · 0.85
startBroadcast
Function · 0.85
endBroadcast
Function · 0.85
connect
Function · 0.50
exit
Function · 0.50
Tested by
no test coverage detected