|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <bits/stdc++.h>
Include dependency graph for filter.cpp:Go to the source code of this file.
Functions | |
| bool | matches (string text, string pattern) |
| void | filter (string file_name) |
| int | main (int argc, char *argv[]) |
| void filter | ( | string | file_name | ) |
Definition at line 15 of file filter.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 46 of file filter.cpp.
| bool matches | ( | string | text, |
| string | pattern ) |
Definition at line 11 of file filter.cpp.