Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ SetDataRange
Method
SetDataRange
DSView/pv/storesession.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
bool IsLogicDataType();
89
90
inline void SetDataRange(uint64_t start_index, uint64_t end_index){
91
_start_index = start_index;
92
_end_index = end_index;
93
}
94
95
inline bool is_busy(){
96
return _is_busy;
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected