Functions§
- analyze_
goroutine_ usage - Enhanced function to detect different types of goroutine patterns
- build_
graph_ data - Собирает граф сущностей Go-файла (переменные, функции, каналы, горутины и связи)
- count_
entities - determine_
race_ severity - find_
node_ at_ cursor_ with_ context - Enhanced position-based node finding with better context awareness
- find_
variable_ at_ position - find_
variable_ at_ position_ enhanced - Enhanced variable finding that uses improved cursor detection
- has_
synchronization_ in_ block - is_
in_ goroutine - is_
variable_ captured - Check if a variable is captured in a closure or goroutine
- is_
variable_ reassignment - Check if a variable usage is a reassignment (x = value or x := value after initial declaration)