Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
121
func
(p *peeker) includingNewlines() bool {
122
return
p.IncludeNewlinesStack[len(p.IncludeNewlinesStack)-1]
123
}
124
125
func
(p *peeker) PushIncludeNewlines(include bool) {
126
if
tracePeekerNewlinesStack {
Callers
1
nextToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected