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

Method BlocksAtPos

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

Source from the content-addressed store, hash-verified

30 // to support BlocksAtPos.
31 type Interface interface {
32 BlocksAtPos(pos Pos) []*Block
33 }
34
35 impl, ok := f.Body.(Interface)

Callers 2

BlocksAtPosMethod · 0.65
TestBlocksAtPosFunction · 0.65

Implementers 2

Filestructure.go
Bodyhclsyntax/structure.go

Calls

no outgoing calls

Tested by 1

TestBlocksAtPosFunction · 0.52