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

Method open_custom

utility/file_access_buffer.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51Error FileAccessBuffer::open_custom(const Vector<uint8_t> &p_data) {
52 data = p_data;
53 pos = 0;
54 real_size = p_data.size();
55 return OK;
56}
57
58Error FileAccessBuffer::open_internal(const String &p_path, int p_mode_flags) {
59 path = p_path;

Callers 3

parse_after_file_headerFunction · 0.45
get_fileMethod · 0.45
get_fileMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected