MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / buildUrl

Function buildUrl

web/static/bower_components/angular/angular.js:10578–10583  ·  view source on GitHub ↗
(url, serializedParams)

Source from the content-addressed store, hash-verified

10576
10577
10578 function buildUrl(url, serializedParams) {
10579 if (serializedParams.length > 0) {
10580 url += ((url.indexOf('?') == -1) ? '?' : '&') + serializedParams;
10581 }
10582 return url;
10583 }
10584 }];
10585}
10586

Callers 1

sendReqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected