MCPcopy Create free account
hub / github.com/intelowlproject/IntelOwl / visualizers_executed

Method visualizers_executed

api_app/admin.py:94–95  ·  view source on GitHub ↗
(instance: Job)

Source from the content-addressed store, hash-verified

92
93 @staticmethod
94 def visualizers_executed(instance: Job): # noqa
95 return [visualizer.name for visualizer in instance.visualizers_to_execute.all()]
96
97
98@admin.register(Tag)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected