Skip to content

chore: return errors using channels and not embedded in result type #7106

chore: return errors using channels and not embedded in result type

chore: return errors using channels and not embedded in result type #7106

Triggered via pull request November 20, 2024 03:59
Status Success
Total duration 2m 37s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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