Command: powershell -NoProfile -Command "Select-String -Path 'C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js' -Pattern 'function doGet|function handle_' -Context 0,3"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
> C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:11:function doGet(e) { return handle_(e, null); }
C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:12:function doPost(e) {
C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:13: let body = {};
C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:14: try { if (e && e.postData && e.postData.contents) body =
JSON.parse(e.postData.contents); }
> C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:19:function handle_(e, body) {
C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:20: const p = (e && e.parameter) || {};
C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:21: const action = String((body && body.action) || p.action ||
'status');
C:\Users\ash\PhoneBridgeHotpathLiveV86\Code.js:22: const key = String((body && (body.relay_key || body.key)) ||
p.relay_key || p.key || '');