PushLayer adds the current Layer to the list of Layers that have been serialized into this buffer.
(LayerType)
| 105 | // PushLayer adds the current Layer to the list of Layers that have been serialized |
| 106 | // into this buffer. |
| 107 | PushLayer(LayerType) |
| 108 | } |
| 109 | |
| 110 | type serializeBuffer struct { |
no outgoing calls
no test coverage detected