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

Struct testMergedBodiesVictim

merged_test.go:564–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564type testMergedBodiesVictim struct {
565 Name string
566 HasAttributes []string
567 HasBlocks map[string]int
568 DiagCount int
569}
570
571func (v *testMergedBodiesVictim) Content(schema *BodySchema) (*BodyContent, Diagnostics) {
572 c, _, d := v.PartialContent(schema)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected