MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / TokenStream

Method TokenStream

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5472–5473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5470
5471public:
5472 explicit TokenStream(Args const &args) : TokenStream(args.m_args.begin(), args.m_args.end()) {
5473 }
5474
5475 TokenStream(Iterator it, Iterator itEnd) : it(it), itEnd(itEnd) {
5476 loadBuffer();

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected