Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ Error
Method
Error
db/functions/js_runner.go:156–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
func
(jserr *jsError) Error() string {
157
return
fmt.Sprintf(
"%v (while calling %s %q)"
, jserr.err, jserr.runnerKind, jserr.runnerName)
158
}
159
160
func
(jserr *jsError) Unwrap() error {
161
return
jserr.err
Callers
4
ottoResult
Function · 0.45
TestUserFunctionSyntaxError
Function · 0.45
assertHTTPError
Function · 0.45
convertError
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestUserFunctionSyntaxError
Function · 0.36
assertHTTPError
Function · 0.36