ArKanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
tree_sitter_parser.cpp File Reference
+ Include dependency graph for tree_sitter_parser.cpp:

Go to the source code of this file.

Functions

std::unordered_map< std::string, TSLanguage *(*)()> get_language_map ()
 
std::unordered_map< std::string, std::string > get_extension_map ()
 
std::string extract_name_generic (TSNode node, const std::string &source)
 

Function Documentation

◆ extract_name_generic()

std::string extract_name_generic ( TSNode node,
const std::string & source )

Definition at line 47 of file tree_sitter_parser.cpp.

◆ get_extension_map()

std::unordered_map< std::string, std::string > get_extension_map ( )

◆ get_language_map()

std::unordered_map< std::string, TSLanguage *(*)()> get_language_map ( )