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

Method AttributeAtPos

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

Source from the content-addressed store, hash-verified

110 // to support OutermostExprAtPos.
111 type Interface interface {
112 AttributeAtPos(pos Pos) *Attribute
113 }
114
115 impl, ok := f.Body.(Interface)

Callers 2

AttributeAtPosMethod · 0.65
TestAttributeAtPosFunction · 0.65

Implementers 2

Filestructure.go
Bodyhclsyntax/structure.go

Calls

no outgoing calls

Tested by 1

TestAttributeAtPosFunction · 0.52