MCPcopy Create free account
hub / github.com/apache/brpc / reset

Method reset

tools/lldb_bthread_stack.py:61–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self.saved_regs: dict = {}
60
61 def reset(self) -> None:
62 self.started = False
63 self.bthreads.clear()
64
65 def get_bthread(self, idx_str: str) -> lldb.SBValue:
66 if not self.started:

Callers 3

bthread_endFunction · 0.45
mainFunction · 0.45
load_bugsMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected