MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD /

Class

lib/cloudDBAdapter.js:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 return v
17 })
18class CloudDBAdapter {
19 constructor(url, { serialize = stringify, deserialize = parse, fetchOptions = {} } = {}) {
20 this.url = url
21 this.serialize = serialize

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected