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

Method toString

ui/src/utils/status.ts:62–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61 }
62 toString() {
63 const r = []
64 for (const key in TaskType) {
65 const value = TaskType[key as keyof TaskTypeInterface]
66 r.push(this.task_status[value])
67 }
68 return r.reverse().join('')
69 }
70}
71export { Status, State, TaskType, type TaskTypeInterface, type StateInterface }

Callers 7

toThousandsFunction · 0.45
trigger.tsFile · 0.45
getTriggerCycleLabelFunction · 0.45
mapToUrlParamsFunction · 0.45
index.tsFile · 0.45
index.tsFile · 0.45
getDefaultAnchorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected