MissingItemRange returns a range that represents where a missing item might hypothetically be inserted. This is used when producing diagnostics about missing required attributes or blocks. Not all bodies will have an obvious single insertion point, so the result here may be rather arbitrary.
()
| 74 | // will have an obvious single insertion point, so the result here may |
| 75 | // be rather arbitrary. |
| 76 | MissingItemRange() Range |
| 77 | } |
| 78 | |
| 79 | // BodyContent is the result of applying a BodySchema to a Body. |
no outgoing calls
no test coverage detected