chore: return errors using channels and not embedded in result type #7106
Annotations
10 errors
codeql
cannot use (*UnixfsAPI)(api) (value of type *UnixfsAPI) as iface.UnixfsAPI value in return statement: *UnixfsAPI does not implement iface.UnixfsAPI (wrong type for method Ls)
|
codeql
not enough arguments in call to lsRemote
|
codeql
assignment mismatch: 2 variables but lsRemote returns 1 value
|
codeql
not enough arguments in call to lsRemote
|
codeql
assignment mismatch: 2 variables but lsRemote returns 1 value
|
codeql
undefined: iface
|
codeql
cannot use opt (variable of type "github.com/ipfs/kubo/core/coreiface/options".PinLsOption) as chan<- iface.Pin value in argument to api.Pin().Ls
|
codeql
too many arguments in call to c.Ls
|
codeql
too many return values
|
codeql
undefined: context
|