Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitrace/apitrace
/ parse
Method
parse
lib/trace/trace_callset.cpp:53–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
public:
53
void parse() {
54
skipWhiteSpace();
55
while (lookahead) {
56
assert(!isSpace());
57
parseRange();
58
// skip any comma
59
isOperator(
','
);
60
}
61
}
62
63
private:
64
void parseRange() {
Callers
1
merge
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected