Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_end
Function · 0.45
main
Function · 0.45
load_bugs
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected