Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ seek_end
Method
seek_end
compat/file_access_encrypted_v3.cpp:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void FileAccessEncryptedv3::seek_end(int64_t p_position) {
184
seek(get_length() + p_position);
185
}
186
187
uint64_t FileAccessEncryptedv3::get_position() const {
188
return pos;
Callers
2
save
Method · 0.45
write_v2_import_metadata
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected