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

Method Range

hclsyntax/expression.go:1341–1343  ·  hclsyntax/expression.go::ObjectConsKeyExpr.Range
()

Source from the content-addressed store, hash-verified

1339}
1340
1341func (e *ObjectConsKeyExpr) Range() hcl.Range {
1342 return e.Wrapped.Range()
1343}
1344
1345func (e *ObjectConsKeyExpr) StartRange() hcl.Range {
1346 return e.Wrapped.StartRange()

Callers 1

ValueMethod · 0.95

Calls 1

RangeMethod · 0.65

Tested by

no test coverage detected