Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getChunkSize
Method
getChunkSize
system/lib/wasmfs/backends/fetch_backend.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
uint32_t FetchBackend::getChunkSize() {
104
return chunkSize;
105
}
106
107
extern
"C"
{
108
backend_t wasmfs_create_fetch_backend(const char* base_url, uint32_t chunkSize) {
Callers
2
getChunkSize
Method · 0.45
_wasmfs_fetch_get_chunk_size
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected