↓ 1 callersMethod_extract_nodesExtract class, interface, trait, enum, function, and method nodes.
codewiki/src/be/dependency_analyzer/analyzers/php.py:237
↓ 1 callersMethod_filter_supported_languages Filter code files to only include supported languages. Supports Python, JavaScript, TypeScript, Java, C#, C, C++, PHP, Go, and Rust.
codewiki/src/be/dependency_analyzer/analysis/analysis_service.py:296
↓ 1 callersMethod_member_call_partsSplit a member expression callee into (receiver_kind, receiver_text, method_tail). receiver_kind is one of: "this", "super", "identifier", "c
codewiki/src/be/dependency_analyzer/analyzers/typescript.py:847