#include <tree_sitter_parser.hpp>
|
| static void | process_file (const fs::path &file_path, const fs::path &relative_path, const std::string &source_code, std::function< void(const FunctionData &)> callback) |
| |
Definition at line 14 of file tree_sitter_parser.hpp.
◆ TreeSitterParser()
| TreeSitterParser::TreeSitterParser |
( |
| ) |
|
|
explicitdefault |
◆ process_file()
| void TreeSitterParser::process_file |
( |
const fs::path & | file_path, |
|
|
const fs::path & | relative_path, |
|
|
const std::string & | source_code, |
|
|
std::function< void(const FunctionData &)> | callback ) |
|
static |
The documentation for this class was generated from the following files: