File: basic.expected.js

package info (click to toggle)
node-proxy-agents 0~2024040606-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,900 kB
  • sloc: javascript: 5,805; makefile: 36
file content (3 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (2)
1
2
3
async function foo() {
    return await a('bar') || await b();
}