MCPcopy Create free account
hub / github.com/SimplySecurity/SimplyEmail / execute

Method execute

Modules/GitHubCodeSearch.py:60–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 print helpers.color(" [*] Major Settings for GitHubSearch are missing, EXITING!\n", warning=True)
59
60 def execute(self):
61 self.process()
62 FinalOutput, HtmlResults, JsonResults = self.get_emails()
63 return FinalOutput, HtmlResults, JsonResults
64
65 def process(self):
66 dl = Download.Download(verbose=self.verbose)

Callers

nothing calls this directly

Calls 2

processMethod · 0.95
get_emailsMethod · 0.95

Tested by

no test coverage detected