Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/hcl
/ newIdentToken
Function
newIdentToken
hclwrite/tokens.go:131–136 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
129
}
130
131
func
newIdentToken(name string) *Token {
132
return
&Token{
133
Type: hclsyntax.TokenIdent,
134
Bytes: []byte(name),
135
}
136
}
Callers
5
init
Method · 0.85
SetType
Method · 0.85
init
Method · 0.85
setName
Method · 0.85
TokensForIdentifier
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected