MCPcopy Create free account
hub / github.com/apitrace/apitrace / StringCallSetParser

Method StringCallSetParser

lib/trace/trace_callset.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177public:
178 StringCallSetParser(CallSet &_set, const char *_buf) :
179 CallSetParser(_set),
180 buf(_buf)
181 {
182 lookahead = *buf;
183 }
184
185 char consume() override {
186 char c = lookahead;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected