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

Function decodeSystemTaskJSONString

model/system_task.go:448–453  ·  view source on GitHub ↗
(data string, v any)

Source from the content-addressed store, hash-verified

446}
447
448func decodeSystemTaskJSONString(data string, v any) error {
449 if data == "" {
450 return nil
451 }
452 return common.UnmarshalJsonStr(data, v)
453}
454
455func decodeSystemTaskJSONValue(data string) any {
456 if data == "" {

Callers 2

DecodePayloadMethod · 0.85
DecodeStateMethod · 0.85

Calls 1

UnmarshalJsonStrFunction · 0.92

Tested by

no test coverage detected