query

package
v0.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Collect

func Collect[T any](f NextFunc[T]) []T

Types

type MatchNodes

type MatchNodes = map[string]*sitter.Node

type NextFunc

type NextFunc[T any] func() (T, bool)

type NextMatchFunc

type NextMatchFunc = NextFunc[MatchNodes]

func Exec

func Exec(lang *sitter.Language, c *sitter.Node, q string) NextMatchFunc

Exec returns a function that acts as an iterator, each call will loop over the next match lazily and populate the results map with a mapping of field name as defined in the query to mapped node.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL