MCPcopy
hub / github.com/hashicorp/hcl / newIdentifier

Function newIdentifier

hclwrite/ast.go:77–81  ·  view source on GitHub ↗
(token *Token)

Source from the content-addressed store, hash-verified

75}
76
77func newIdentifier(token *Token) *identifier {
78 return &identifier{
79 token: token,
80 }
81}
82
83func (i *identifier) BuildTokens(to Tokens) Tokens {
84 return append(to, i.token)

Callers 9

initMethod · 0.85
SetTypeMethod · 0.85
initMethod · 0.85
setNameMethod · 0.85
parseAttributeFunction · 0.85
parseBlockFunction · 0.85
parseBlockLabelsFunction · 0.85
parseTraversalStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected