MCPcopy
hub / github.com/didi/mpx / get

Function get

packages/fetch/src/util.js:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34 const descriptor = {
35 get () {
36 return header
37 },
38 set (val) {
39 header = val
40 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected