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

Method extensions

src/extraction/r_extractor.rs:300–302  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

298
299impl crate::extraction::LanguageExtractor for RExtractor {
300 fn extensions(&self) -> &[&str] {
301 &["r", "R"]
302 }
303
304 fn language_name(&self) -> &'static str {
305 "R"

Callers 14

extractor_for_fileMethod · 0.45
supported_extensionsMethod · 0.45
test_cobol_extensionsFunction · 0.45
test_qbasic_extensionsFunction · 0.45
test_gwbasic_extensionsFunction · 0.45
test_c_extensionsFunction · 0.45
test_markdown_extensionsFunction · 0.45
test_fortran_extensionsFunction · 0.45
test_cpp_extensionsFunction · 0.45
test_msbasic2_extensionsFunction · 0.45

Calls

no outgoing calls

Tested by 12

test_cobol_extensionsFunction · 0.36
test_qbasic_extensionsFunction · 0.36
test_gwbasic_extensionsFunction · 0.36
test_c_extensionsFunction · 0.36
test_markdown_extensionsFunction · 0.36
test_fortran_extensionsFunction · 0.36
test_cpp_extensionsFunction · 0.36
test_msbasic2_extensionsFunction · 0.36
test_glsl_extensionsFunction · 0.36