MCPcopy Index your code
hub / github.com/jumpserver/jumpserver / refresh_nodes_cache

Method refresh_nodes_cache

apps/assets/api/node.py:214–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212
213 @staticmethod
214 def refresh_nodes_cache():
215 Task = namedtuple('Task', ['id'])
216 task = Task(id="0")
217 return task
218
219 def perform_create(self, serializer):
220 action = serializer.validated_data["action"]

Callers 1

perform_createMethod · 0.95

Calls 1

TaskClass · 0.85

Tested by

no test coverage detected