MCPcopy 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
183void FileAccessEncryptedv3::seek_end(int64_t p_position) {
184 seek(get_length() + p_position);
185}
186
187uint64_t FileAccessEncryptedv3::get_position() const {
188 return pos;

Callers 2

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected