Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AshampooSystems/boden
/ DemoDataSource
Method
DemoDataSource
examples/BodenDemo/src/UIDemoPage.cpp:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
public:
78
DemoDataSource() { _data = {
"List entry 1"
,
"List entry 2"
}; }
79
80
size_t numberOfRows(const std::shared_ptr<ListView> &) override { return _data.size(); }
81
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected