MCPcopy Index your code
hub / github.com/nodejs/node / _Pop

Method _Pop

tools/cpplint.py:3468–3470  ·  view source on GitHub ↗

Pop the innermost state (top of the stack) and remember the popped item.

(self)

Source from the content-addressed store, hash-verified

3466 pass
3467
3468 def _Pop(self):
3469 """Pop the innermost state (top of the stack) and remember the popped item."""
3470 self.popped_top = self.stack.pop()
3471
3472 def _CountOpenParentheses(self, line: str):
3473 # Count parentheses. This is to avoid adding struct arguments to

Callers 1

UpdateMethod · 0.95

Calls 1

popMethod · 0.80

Tested by

no test coverage detected