Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ processData
Method
processData
src/frontend/swo/sources/socket.ts:21–23 ·
view source on GitHub ↗
(buffer: Buffer)
Source
from the content-addressed store, hash-verified
19
}
20
21
protected processData(buffer: Buffer): void {
22
this.emit(
'data'
, buffer);
23
}
24
25
// Default wait time is about 5 minutes
26
public start(timeout = (1000 * 60 * 5)): Promise<void> {
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected