ArKanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
TreeSitterParser Class Reference

#include <tree_sitter_parser.hpp>

Public Member Functions

 TreeSitterParser ()=default
 

Static Public Member Functions

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)
 

Detailed Description

Definition at line 14 of file tree_sitter_parser.hpp.

Constructor & Destructor Documentation

◆ TreeSitterParser()

TreeSitterParser::TreeSitterParser ( )
explicitdefault

Member Function Documentation

◆ 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

Definition at line 162 of file tree_sitter_parser.cpp.


The documentation for this class was generated from the following files: