Skip to content

all, rootio: make Directory.Get return an error instead of a boolean

Sebastien Binet requested to merge rootio-key-get-error into master

This CL modifies: Directory.Get(namecycle string) (Object, bool)

to: Directory.Get(namecycle string) (Object, error)

this allows to capture the context at the call site and thus reduces code duplication when handling the error.

Merge request reports

Loading