MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / extract

Function extract

tests/extraction_suite/lean.rs:5–7  ·  view source on GitHub ↗
(source: &str)

Source from the content-addressed store, hash-verified

3use tracedecay::types::*;
4
5fn extract(source: &str) -> ExtractionResult {
6 LeanExtractor.extract("Demo.lean", source)
7}
8
9fn names_of(result: &ExtractionResult, kind: NodeKind) -> Vec<String> {
10 result

Calls 1

extractMethod · 0.45