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