Load loads a graph from the given path and write it to qw. See DecompressAndLoad for more information.
(qw quad.WriteCloser, batch int, path, typ string)
| 18 | // Load loads a graph from the given path and write it to qw. See |
| 19 | // DecompressAndLoad for more information. |
| 20 | func Load(qw quad.WriteCloser, batch int, path, typ string) error { |
| 21 | return DecompressAndLoad(qw, batch, path, typ) |
| 22 | } |
| 23 | |
| 24 | type readCloser struct { |
| 25 | quad.ReadCloser |
no test coverage detected