Home
last modified time | relevance | path

Searched refs:packetData (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DGDBProtocol.ts56 const packetData = this.buffer.toString().match('\\$.*#[0-9a-f]{2}'); constant
57 if (packetData == null) {
61 const body = Buffer.from(packetData[0]);