| 18 | } |
| 19 | |
| 20 | type hclReader struct { |
| 21 | alwaysReadLabelsToSlice bool |
| 22 | } |
| 23 | |
| 24 | // Read reads a value from a byte slice. |
| 25 | // Reads the HCL data into a model that follows the HCL JSON spec. |
nothing calls this directly
no outgoing calls
no test coverage detected