Documentation ¶ Index ¶ func ClosestNodeOfType[T ast.Node](fset *token.FileSet, f *ast.File, pos file.Position) T func NodeContains(n ast.Node, pos token.Pos) bool func RangeFromNode(fset *token.FileSet, n ast.Node) file.Range Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ClosestNodeOfType ¶ func ClosestNodeOfType[T ast.Node]( fset *token.FileSet, f *ast.File, pos file.Position, ) T func NodeContains ¶ func NodeContains(n ast.Node, pos token.Pos) bool func RangeFromNode ¶ func RangeFromNode(fset *token.FileSet, n ast.Node) file.Range Types ¶ This section is empty. Source Files ¶ View all Source files asthelper.go Click to show internal directories. Click to hide internal directories.