prysm-pulse/tools/analyzers/recursivelock
Chase Jeter 0ea4b02b8b
Added analyzer for detecting recursive/nested mutex read locks. (#10066)
* Added analyzer for detecting recursive/nested mutex read locks.

* Added type assertion checks and removed unused 'iTypes' directory

* Clean up

* Bazel file fixes

* Cleaned up code and added comments.

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-01-14 17:12:21 +08:00
..
testdata Added analyzer for detecting recursive/nested mutex read locks. (#10066) 2022-01-14 17:12:21 +08:00
analyzer_test.go Added analyzer for detecting recursive/nested mutex read locks. (#10066) 2022-01-14 17:12:21 +08:00
analyzer.go Added analyzer for detecting recursive/nested mutex read locks. (#10066) 2022-01-14 17:12:21 +08:00
BUILD.bazel Added analyzer for detecting recursive/nested mutex read locks. (#10066) 2022-01-14 17:12:21 +08:00