MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / load

Method load

Source/external/hps/buffer/stream_input_buffer.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void load() {
68 stream->read(buffer, STREAM_INPUT_BUFFER_SIZE);
69 pos = 0;
70 }
71};
72
73} // namespace hps

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected