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

Function godot_read

utility/file_access_apk.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static uLong godot_read(voidpf opaque, voidpf stream, void *buf, uLong size) {
63 APKData *zd = (APKData *)stream;
64 zd->f->get_buffer((uint8_t *)buf, size);
65 return size;
66}
67
68static uLong godot_write(voidpf opaque, voidpf stream, const void *buf, uLong size) {
69 return 0;

Callers

nothing calls this directly

Calls 1

get_bufferMethod · 0.45

Tested by

no test coverage detected