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

Method DecodeState

model/system_task.go:412–414  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

410}
411
412func (task *SystemTask) DecodeState(v any) error {
413 return decodeSystemTaskJSONString(task.State, v)
414}
415
416func (task *SystemTask) ToResponse() SystemTaskResponse {
417 return SystemTaskResponse{

Callers 1

runLogCleanupTaskFunction · 0.80

Calls 1

Tested by

no test coverage detected