Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitrace/apitrace
/ CallSetParser
Method
CallSetParser
lib/trace/trace_callset.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
char lookahead;
46
47
CallSetParser(CallSet &_set) :
48
set(_set),
49
lookahead(0)
50
{}
51
52
public:
53
void parse() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected