Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bananymous/banan-os
/ bytes_produced
Method
bytes_produced
kernel/kernel/FS/USTARModule.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
virtual BAN::ErrorOr<bool> produce_data() = 0;
38
39
uint64_t bytes_produced() const
40
{
41
return m_bytes_produced;
42
}
43
44
virtual uint64_t bytes_consumed() const = 0;
45
Callers
1
unpack_boot_module_into_directory
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected