| 16 | return v |
| 17 | }) |
| 18 | class CloudDBAdapter { |
| 19 | constructor(url, { serialize = stringify, deserialize = parse, fetchOptions = {} } = {}) { |
| 20 | this.url = url |
| 21 | this.serialize = serialize |
nothing calls this directly
no outgoing calls
no test coverage detected