mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update description
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
45f3ea3bf4
commit
a003139704
|
@ -1,10 +1,8 @@
|
||||||
script({
|
script({
|
||||||
title: "Invoke LLM code update",
|
title: "Extract functions from files using treesitter",
|
||||||
files: "src/muz/spacer/spacer_qe_project.cpp"
|
files: "src/muz/spacer/spacer_qe_project.cpp"
|
||||||
})
|
})
|
||||||
|
|
||||||
// return function names and source code of the functions
|
|
||||||
|
|
||||||
function get_functions(captures : QueryCapture[], code : string) {
|
function get_functions(captures : QueryCapture[], code : string) {
|
||||||
return captures.map(({ name, node }) => ({
|
return captures.map(({ name, node }) => ({
|
||||||
code : node.text
|
code : node.text
|
||||||
|
|
Loading…
Reference in a new issue