MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / create_result

Method create_result

modules/osint/base.py:31–33  ·  view source on GitHub ↗

Create a new ScanResult for this module.

(self, target: Target)

Source from the content-addressed store, hash-verified

29
30 def create_result(self, target: Target) -> ScanResult:
31 """Create a new ScanResult for this module."""
32 return ScanResult(target=target, module=f"osint.{self.name}")

Callers 9

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

ScanResultClass · 0.90

Tested by

no test coverage detected