Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
impl 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_file
Method · 0.45
supported_extensions
Method · 0.45
test_quickbasic_extensions
Function · 0.45
test_cobol_extensions
Function · 0.45
test_qbasic_extensions
Function · 0.45
test_gwbasic_extensions
Function · 0.45
test_c_extensions
Function · 0.45
test_markdown_extensions
Function · 0.45
test_fortran_extensions
Function · 0.45
test_cpp_extensions
Function · 0.45
test_dockerfile_extensions
Function · 0.45
test_msbasic2_extensions
Function · 0.45
Calls
no outgoing calls
Tested by
12
test_quickbasic_extensions
Function · 0.36
test_cobol_extensions
Function · 0.36
test_qbasic_extensions
Function · 0.36
test_gwbasic_extensions
Function · 0.36
test_c_extensions
Function · 0.36
test_markdown_extensions
Function · 0.36
test_fortran_extensions
Function · 0.36
test_cpp_extensions
Function · 0.36
test_dockerfile_extensions
Function · 0.36
test_msbasic2_extensions
Function · 0.36
test_glsl_extensions
Function · 0.36
test_pascal_extractor_extensions
Function · 0.36