OpenGrok
Cross Reference: direct.js
xref
: /
external
/
chromium-libpac
/
test
/
js-unittest
/
direct.js
Home
|
History
|
Annotate
|
Download
|
only in
js-unittest
1
function FindProxyForURL(url, host) {
2
return "DIRECT";
3
}
4
5