MCPcopy 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
2const is_docker = require('is-docker');
3const fss = require('fs');
4const platform = `${is_docker() ? 'docker' : 'baremetal'}-${

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected