MCPcopy
hub / github.com/s0md3v/XSStrike / getVar

Function getVar

core/utils.py:240–241  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

238
239
240def getVar(name):
241 return core.config.globalVariables[name]
242
243def updateVar(name, data, mode=None):
244 if mode:

Callers 4

requesterFunction · 0.90
main_scannerFunction · 0.90
retireJsFunction · 0.90
getParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected