Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-yaml/yaml
/ handleErr
Function
handleErr
yaml.go:289–297 ·
view source on GitHub ↗
(err *error)
Source
from the content-addressed store, hash-verified
287
}
288
289
func
handleErr(err *error) {
290
if
v := recover(); v != nil {
291
if
e, ok := v.(yamlError); ok {
292
*err = e.err
293
}
else
{
294
panic(v)
295
}
296
}
297
}
298
299
type
yamlError
struct
{
300
err error
Callers
8
Decode
Method · 0.85
Decode
Method · 0.85
unmarshal
Function · 0.85
Marshal
Function · 0.85
Encode
Method · 0.85
Encode
Method · 0.85
Close
Method · 0.85
callObsoleteUnmarshaler
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected