MCPcopy
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
299func (e *BinaryOpExpr) StartRange() hcl.Range {
300 return e.LHS.StartRange()
301}
302
303type UnaryOpExpr struct {
304 Op *Operation

Callers

nothing calls this directly

Calls 1

StartRangeMethod · 0.65

Tested by

no test coverage detected