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

Method includingNewlines

hclsyntax/peeker.go:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (p *peeker) includingNewlines() bool {
122 return p.IncludeNewlinesStack[len(p.IncludeNewlinesStack)-1]
123}
124
125func (p *peeker) PushIncludeNewlines(include bool) {
126 if tracePeekerNewlinesStack {

Callers 1

nextTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected