MCPcopy Create free account
hub / github.com/QuantumNous/new-api / activeSystemTaskStatuses

Function activeSystemTaskStatuses

model/system_task.go:433–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431}
432
433func activeSystemTaskStatuses() []string {
434 return []string{string(SystemTaskStatusPending), string(SystemTaskStatusRunning)}
435}
436
437func marshalSystemTaskJSON(v any) (string, error) {
438 if v == nil {

Callers 1

GetActiveSystemTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected