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

Method OutermostExprAtPos

structure_at_pos.go:93–93  ·  view source on GitHub ↗
(pos Pos)

Source from the content-addressed store, hash-verified

91 // to support OutermostExprAtPos.
92 type Interface interface {
93 OutermostExprAtPos(pos Pos) Expression
94 }
95
96 impl, ok := f.Body.(Interface)

Callers 2

OutermostExprAtPosMethod · 0.65
TestOutermostExprAtPosFunction · 0.65

Implementers 2

Filestructure.go
Bodyhclsyntax/structure.go

Calls

no outgoing calls

Tested by 1

TestOutermostExprAtPosFunction · 0.52