MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / update_status

Method update_status

apps/knowledge/models/knowledge.py:95–96  ·  view source on GitHub ↗
(self, task_type: TaskType, state: State)

Source from the content-addressed store, hash-verified

93 return self.task_status[item]
94
95 def update_status(self, task_type: TaskType, state: State):
96 self.task_status[task_type] = state
97
98
99def default_status_meta():

Callers 15

embeddingMethod · 0.45
generate_relatedMethod · 0.45
migrateMethod · 0.45
syncMethod · 0.45
cancelMethod · 0.45
refreshMethod · 0.45
tokenizeMethod · 0.45
batch_cancelMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected