| 1 | //! Go parser for semantic analysis. |
| 2 | //! |
| 3 | //! Extracts functions, types, structs, interfaces, methods, constants, and |
| 4 | //! variables from Go source code using tree-sitter-go. |
nothing calls this directly
no outgoing calls
no test coverage detected