Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ recordIndex
Method
recordIndex
Sming/Core/Data/Stream/SectionStream.h:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
int recordIndex() const
92
{
93
auto section = getSection();
94
return section ? section->recordIndex : -1;
95
}
96
97
/**
98
* @brief Get number of sections in this stream
Callers
1
printClassics
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected