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

Method PartialContent

merged.go:95–97  ·  view source on GitHub ↗
(schema *BodySchema)

Source from the content-addressed store, hash-verified

93}
94
95func (mb mergedBodies) PartialContent(schema *BodySchema) (*BodyContent, Body, Diagnostics) {
96 return mb.mergedContent(schema, true)
97}
98
99func (mb mergedBodies) JustAttributes() (Attributes, Diagnostics) {
100 attrs := make(map[string]*Attribute)

Callers

nothing calls this directly

Calls 1

mergedContentMethod · 0.95

Tested by

no test coverage detected