MCPcopy Create free account
hub / github.com/arctic-cli/interface / toObject

Method toObject

packages/util/src/error.ts:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 toObject() {
38 return {
39 name: name,
40 data: this.data,
41 }
42 }
43 }
44 Object.defineProperty(result, "name", { value: name })
45 return result

Callers 5

apiErrorFunction · 0.80
index.tsFile · 0.80
createUserMessageFunction · 0.80
fromErrorFunction · 0.80
server.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

apiErrorFunction · 0.64