Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ getThreads
Method
getThreads
src/debug/threads.ts:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
public getThreads(): Thread[] {
88
return
this.threads.map((thread: ThreadInfo) =>
new
Thread(thread.num, thread.ref.name));
89
}
90
91
public
async
setExceptionPauseMode(mode: VmExceptionMode, persist = true) {
92
if
(persist) {
Callers
1
threadsRequest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected