We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f3ea3 commit a003139Copy full SHA for a003139
genaisrc/treesitter.genai.mts
@@ -1,10 +1,8 @@
1
script({
2
- title: "Invoke LLM code update",
+ title: "Extract functions from files using treesitter",
3
files: "src/muz/spacer/spacer_qe_project.cpp"
4
})
5
6
-// return function names and source code of the functions
7
-
8
function get_functions(captures : QueryCapture[], code : string) {
9
return captures.map(({ name, node }) => ({
10
code : node.text
0 commit comments