MCPcopy Create free account
hub / github.com/HexHive/NASS / setup

Method setup

tools/gef.py:9387–9400  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9385 raise
9386
9387 def setup(self) -> None:
9388 self.load()
9389
9390 GefHelpCommand()
9391 GefConfigCommand()
9392 GefSaveCommand()
9393 GefMissingCommand()
9394 GefSetCommand()
9395 GefRunCommand()
9396 GefInstallExtraScriptCommand()
9397
9398 # restore the settings from config file if any
9399 GefRestoreCommand()
9400 return
9401
9402 def load_extra_plugins(self) -> int:
9403 def load_plugin(fpath: pathlib.Path) -> bool:

Callers

nothing calls this directly

Calls 9

loadMethod · 0.95
GefHelpCommandClass · 0.85
GefConfigCommandClass · 0.85
GefSaveCommandClass · 0.85
GefMissingCommandClass · 0.85
GefSetCommandClass · 0.85
GefRunCommandClass · 0.85
GefRestoreCommandClass · 0.85

Tested by

no test coverage detected