Sets the size of this metadata (e.g., number of declarations, selector list length). Default implementation is a no-op for metadata types that don't track size.
(self, _size: u16)
| 6 | /// Sets the size of this metadata (e.g., number of declarations, selector list length). |
| 7 | /// Default implementation is a no-op for metadata types that don't track size. |
| 8 | fn with_size(self, _size: u16) -> Self { |
| 9 | self |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | /// A Node that has NodeMetadata |
no outgoing calls
no test coverage detected