| 1 | /// Tree-sitter based Lua source code extractor. |
| 2 | /// |
| 3 | /// Parses Lua source files and emits nodes and edges for the code graph. |
| 4 | use std::time::{Instant, SystemTime, UNIX_EPOCH}; |
nothing calls this directly
no outgoing calls
no test coverage detected