MCPcopy
hub / github.com/owtf/owtf / get_path

Method get_path

owtf/managers/target.py:209–210  ·  view source on GitHub ↗
(self, output_type)

Source from the content-addressed store, hash-verified

207 return self.path_config
208
209 def get_path(self, output_type):
210 return self.path_config.get(output_type, None)
211
212 def set_path(self, output_type, path):
213 # Mainly used for setting output paths for individual plugins, which

Callers 2

get_plugin_output_dirMethod · 0.80
refresh_replacementsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected