MCPcopy
hub / github.com/trailofbits/algo / exit_json

Method exit_json

tests/unit/test_wireguard_key_generation.py:86–87  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

84 raise Exception(f"Module failed: {kwargs}")
85
86 def exit_json(self, **kwargs):
87 self.result = kwargs
88
89 with tempfile.NamedTemporaryFile(suffix=".pub", delete=False) as temp_pub:
90 public_key_path = temp_pub.name

Callers 13

mainFunction · 0.80
coreFunction · 0.80
associate_floating_ipsFunction · 0.80
create_floating_ipsFunction · 0.80
run_moduleFunction · 0.80
coreFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected