Creates a new Buffer attached to this document's Root.
(name = '')
| 298 | |
| 299 | /** Creates a new {@link Buffer} attached to this document's {@link Root}. */ |
| 300 | createBuffer(name = ''): Buffer { |
| 301 | return new Buffer(this._graph, name); |
| 302 | } |
| 303 | } |
no outgoing calls
no test coverage detected