Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
BlocksAtPos
Method · 0.65
TestBlocksAtPos
Function · 0.65
Implementers
2
File
structure.go
Body
hclsyntax/structure.go
Calls
no outgoing calls
Tested by
1
TestBlocksAtPos
Function · 0.52