Skip to main content

execute_query_impl

Function execute_query_impl 

Source
pub fn execute_query_impl(
    language: &str,
    source: &str,
    query_str: &str,
) -> Result<Vec<QueryCapture>, ParserError>
Expand description

Execute a custom tree-sitter query against source code.

This is the internal implementation of the public execute_query function.