function-grep 0.1.1

find functions in files, powered by tree sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
int main() {
	int foo = 0;
}

int main(int bar);

int bar(int zoo);

int baz() {

}