MCPcopy
hub / github.com/Xyntax/POC-T / initOptions

Function initOptions

lib/core/option.py:17–26  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

15
16
17def initOptions(args):
18 checkUpdate(args)
19 checkShow(args)
20 checkConfig(args)
21 EngineRegister(args)
22 ScriptRegister(args)
23 TargetRegister(args)
24 ApiRegister(args)
25 Output(args)
26 Misc(args)
27
28
29def checkUpdate(args):

Callers 1

mainFunction · 0.90

Calls 9

checkUpdateFunction · 0.85
checkShowFunction · 0.85
checkConfigFunction · 0.85
EngineRegisterFunction · 0.85
ScriptRegisterFunction · 0.85
TargetRegisterFunction · 0.85
ApiRegisterFunction · 0.85
OutputFunction · 0.85
MiscFunction · 0.85

Tested by

no test coverage detected