Skip to main content

Module adapter

Module adapter 

Source
Expand description

The C++ answers behind CppAdapter.

LanguageAdapter is analysis-owned, so the trait impl itself stays in analyzer/cpp/adapter.rs; every answer it gives comes from here or from crate::test_detection and crate::queries.

Constants§

CPP_FILE_EXTENSION
The file extension CppAdapter reports. Language::Cpp also covers .c, .cc, .cxx and the header spellings; this is only the canonical one.

Statics§

CPP_COGNITIVE_CONFIG
Tree-sitter node-kind mapping used by the cognitive-complexity scorer for C++. Node names are from the tree-sitter-cpp grammar.

Functions§

cpp_extract_call_receiver
parse_cpp_file