Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/engineer-man/piston
/ globals.js
File
globals.js
api/src/globals.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Globals are things the user shouldn't change in config, but is good to not use inline constants for
2
const
is_docker = require(
'is-docker'
);
3
const
fss = require(
'fs'
);
4
const
platform = `${is_docker() ?
'docker'
:
'baremetal'
}-${
Callers
nothing calls this directly
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected