Layers returns all the Layers that have been successfully serialized into this buffer already.
()
| 102 | // Layers returns all the Layers that have been successfully serialized into this buffer |
| 103 | // already. |
| 104 | Layers() []LayerType |
| 105 | // PushLayer adds the current Layer to the list of Layers that have been serialized |
| 106 | // into this buffer. |
| 107 | PushLayer(LayerType) |
no outgoing calls
no test coverage detected