ArKanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
source_feature.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4#include <string>
5
6namespace fs = std::filesystem;
7inline fs::path source_feature_path = fs::path("features") / "source";
8
15 std::string code;
16};
fs::path source_feature_path
std::string code
Full source code of the function.