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

Method store_buffer

utility/file_access_apk.cpp:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 ERR_FAIL_V(false);
412}
413bool FileAccessAPK::store_buffer(const uint8_t *p_src, uint64_t p_length) {
414 ERR_FAIL_V(false);
415} ///< store an array of bytes, needs to be overwritten by children.
416
417bool FileAccessAPK::file_exists(const String &p_name) {
418 return false;

Callers 15

_save_settings_binaryMethod · 0.45
unzip_file_to_dirMethod · 0.45
_wget_syncFunction · 0.45
store_var_compatMethod · 0.45
save_image_as_bmpMethod · 0.45
save_image_as_hdrMethod · 0.45
rewrite_metadataMethod · 0.45
logvMethod · 0.45
read_and_write_fileMethod · 0.45
_create_after_processMethod · 0.45
_do_extractMethod · 0.45
write_to_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected