enumerateChunks

Enumerate all chunks in the filesystem.

void
enumerateChunks
(
int fd
,
scope void delegate callback
)

Parameters

fd int

Handle to the filesystem

callback void delegate

Result callback

Meta