MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / open_new

Method open_new

utility/file_access_buffer.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Error FileAccessBuffer::open_new() {
45 data.clear();
46 pos = 0;
47 real_size = 0;
48 return OK;
49}
50
51Error FileAccessBuffer::open_custom(const Vector<uint8_t> &p_data) {
52 data = p_data;

Callers 2

get_as_textMethod · 0.80
_wget_syncFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected