Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/hcl
/ StartRange
Method
StartRange
hclsyntax/expression_ops.go:299–301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
297
}
298
299
func
(e *BinaryOpExpr) StartRange() hcl.Range {
300
return
e.LHS.StartRange()
301
}
302
303
type
UnaryOpExpr
struct
{
304
Op *Operation
Callers
nothing calls this directly
Calls
1
StartRange
Method · 0.65
Tested by
no test coverage detected