Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anestisb/android-simg2img
/ ReadValue
Method
ReadValue
sparse_read.cpp:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
int ReadValue(void* ptr, int len) override { return read_all(fd, ptr, len); }
104
105
int GetCrc32(uint32_t* crc32, int64_t len) override {
106
int chunk;
Callers
4
process_fill_chunk
Function · 0.45
process_crc32_chunk
Function · 0.45
sparse_file_read_sparse
Function · 0.45
sparse_file_import_source
Function · 0.45
Calls
1
read_all
Function · 0.85
Tested by
no test coverage detected