Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
apiError
Function · 0.80
index.ts
File · 0.80
createUserMessage
Function · 0.80
fromError
Function · 0.80
server.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
apiError
Function · 0.64