Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
Error FileAccessBuffer::open_new() {
45
data.clear();
46
pos = 0;
47
real_size = 0;
48
return OK;
49
}
50
51
Error FileAccessBuffer::open_custom(const Vector<uint8_t> &p_data) {
52
data = p_data;
Callers
2
get_as_text
Method · 0.80
_wget_sync
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected