(raw json.RawMessage)
| 19 | } |
| 20 | |
| 21 | func encodePersistedObjectRawJSON(raw json.RawMessage) dagql.PersistedObjectEncoding { |
| 22 | return dagql.PersistedObjectEncoding{JSON: raw} |
| 23 | } |
| 24 | |
| 25 | func persistedDecodeQuery(dag *dagql.Server) (*Query, error) { |
| 26 | if dag == nil { |
no outgoing calls
no test coverage detected