(&self)
| 1504 | } |
| 1505 | |
| 1506 | fn sizes(&self) -> &SizeAlign { |
| 1507 | self.sizes |
| 1508 | } |
| 1509 | |
| 1510 | fn is_list_canonical(&self, _resolve: &Resolve, _element: &Type) -> bool { |
| 1511 | // Go slices are never directly in the Wasm Memory, so they are never "canonical" |
nothing calls this directly
no outgoing calls
no test coverage detected