cruxlines 0.2.1

Ranks symbol definitions by cross-file references using tree-sitter.
Documentation
1
2
3
fun add(a: Int, b: Int): Int {
    return a + b
}