PR #2984 #4690
codeql
on: dynamic
Matrix: analyze
Annotations
10 errors
|
Analyze (go)
cannot use &tracedStore{…} (value of type *tracedStore) as Store value in return statement: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go)
cannot use (*tracedStore)(nil) (value of type *tracedStore) as Store value in variable declaration: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go)
cannot use &tracedStore{…} (value of type *tracedStore) as Store value in return statement: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go)
cannot use (*tracedStore)(nil) (value of type *tracedStore) as Store value in variable declaration: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go)
cannot use &tracedStore{…} (value of type *tracedStore) as Store value in return statement: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go)
cannot use (*tracedStore)(nil) (value of type *tracedStore) as Store value in variable declaration: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go)
cannot use &tracedStore{…} (value of type *tracedStore) as Store value in return statement: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go)
cannot use (*tracedStore)(nil) (value of type *tracedStore) as Store value in variable declaration: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go):
pkg/store/tracing.go#L25
cannot use &tracedStore{…} (value of type *tracedStore) as Store value in return statement: *tracedStore does not implement Store (missing method PruneBlocks)
|
|
Analyze (go):
pkg/store/tracing.go#L16
cannot use (*tracedStore)(nil) (value of type *tracedStore) as Store value in variable declaration: *tracedStore does not implement Store (missing method PruneBlocks)
|