An IncludeElement is a key-value pair that is used for initializing an Includes structure.
| 35 | // An IncludeElement is a key-value pair that is used for initializing an |
| 36 | // Includes structure. |
| 37 | IncludeElement orderedmap.Element[string, *Include] |
| 38 | ) |
| 39 | |
| 40 | // NewIncludes creates a new instance of Includes and initializes it with the |
nothing calls this directly
no outgoing calls
no test coverage detected