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

Method DecodePayload

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

Source from the content-addressed store, hash-verified

406}
407
408func (task *SystemTask) DecodePayload(v any) error {
409 return decodeSystemTaskJSONString(task.Payload, v)
410}
411
412func (task *SystemTask) DecodeState(v any) error {
413 return decodeSystemTaskJSONString(task.State, v)

Callers 4

RunMethod · 0.80
RunMethod · 0.80
runLogCleanupTaskFunction · 0.80

Calls 1

Tested by 1