Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
import
{ checkBusinessMode, getVersion, initVersionManager } from
"./app/version"
;
26
27
function
hasParams(name: string) {
28
return
process.argv.includes(name);
29
}
30
31
function
setupHttp(
32
koaApp: Koa,
Callers
1
setupHttp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected