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

File dockerfile_extractor.rs

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

Source from the content-addressed store, hash-verified

1/// Tree-sitter based Dockerfile source code extractor.
2///
3/// Parses Dockerfile 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