Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ Entry
Method
Entry
lib/vfs/smaky6fs.cc:28–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
{
27
public:
28
Entry(const Bytes& bytes)
29
{
30
ByteReader br(bytes);
31
br.seek(10);
32
startSector = br.read_le16();
33
endSector = br.read_le16();
34
}
35
36
public:
37
std::string filename;
Callers
nothing calls this directly
Calls
2
read_le16
Method · 0.80
seek
Method · 0.45
Tested by
no test coverage detected