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

Method get_secrets

api_app/admin.py:188–189  ·  view source on GitHub ↗
(self, obj: PythonModule)

Source from the content-addressed store, hash-verified

186
187 @admin.display(description="Secrets")
188 def get_secrets(self, obj: PythonModule):
189 return list(obj.parameters.filter(is_secret=True).order_by("-name"))
190
191
192class AbstractConfigAdminView(CustomAdminView):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected