namealloc

package
v1.35.3 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Allocator

type Allocator struct {
	// Reserved decides whether a given input is reserved.
	// If nil it defaults to token.IsKeyword.
	Reserved func(input string) bool
	// contains filtered or unexported fields
}

Allocator helps choosing names without collisions and without using Go keywords. The zero value is ready to be used.

func (*Allocator) Get

func (a *Allocator) Get(input string) (name string)

Get allocates a name that is a valid, unused identifier based on the input string. It ensures the same name is not returned multiple times even for the same input.

Jump to

Keyboard shortcuts

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