MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / hasParams

Function hasParams

panel/src/app.ts:27–29  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

25import { checkBusinessMode, getVersion, initVersionManager } from "./app/version";
26
27function hasParams(name: string) {
28 return process.argv.includes(name);
29}
30
31function setupHttp(
32 koaApp: Koa,

Callers 1

setupHttpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected