MCPcopy Create free account
hub / github.com/ablab/spades / removeSimpleKeyCandidatesOnFlowLevel

Method removeSimpleKeyCandidatesOnFlowLevel

ext/src/llvm/YAMLParser.cpp:1001–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999}
1000
1001void Scanner::removeSimpleKeyCandidatesOnFlowLevel(unsigned Level) {
1002 if (!SimpleKeys.empty() && (SimpleKeys.end() - 1)->FlowLevel == Level)
1003 SimpleKeys.pop_back();
1004}
1005
1006bool Scanner::unrollIndent(int ToColumn) {
1007 Token T;

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.45
endMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected