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

Function newComments

hclwrite/ast.go:61–65  ·  view source on GitHub ↗
(tokens Tokens)

Source from the content-addressed store, hash-verified

59}
60
61func newComments(tokens Tokens) *comments {
62 return &comments{
63 tokens: tokens,
64 }
65}
66
67func (c *comments) BuildTokens(to Tokens) Tokens {
68 return c.tokens.BuildTokens(to)

Callers 4

initMethod · 0.85
initMethod · 0.85
parseAttributeFunction · 0.85
parseBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected