MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_supported

Function is_supported

atomic-semantic/src/parsers/mod.rs:156–158  ·  view source on GitHub ↗

Check if a file path is supported for AST extraction.

(path: &str)

Source from the content-addressed store, hash-verified

154
155/// Check if a file path is supported for AST extraction.
156pub fn is_supported(path: &str) -> bool {
157 Language::detect(path).is_some()
158}
159
160/// All supported file extensions across all languages.
161pub const ALL_EXTENSIONS: &[&str] = &[

Callers 6

runMethod · 0.85
kg_enrich_changeMethod · 0.85
kg_enrich_includesMethod · 0.85
kg_enrich_callsMethod · 0.85
kg_enrich_entitiesMethod · 0.85
exec_list_entitiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected