Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoMichael/MicroTeX
/ Samples
Method
Samples
src/samples/samples.h:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
public:
52
Samples(const string& file =
""
) : _index(0) { readSamples(file); }
53
54
const wstring& next() {
55
if (_index >= _samples.size()) _index = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected