MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / lua_extractor.rs

File lua_extractor.rs

src/extraction/lua_extractor.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// Tree-sitter based Lua source code extractor.
2///
3/// Parses Lua source files and emits nodes and edges for the code graph.
4use std::time::{Instant, SystemTime, UNIX_EPOCH};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected