Learn R Programming

treesitter.c (version 0.0.4.2)

get_struct_nodes: Extract struct names from a parsed tree root

Description

Extract struct names from a parsed tree root

Usage

get_struct_nodes(root)

Value

Data frame with struct name captures.

Arguments

root

A tree-sitter root node from parse_header_text().