MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / buildUrl

Function buildUrl

OpenReservation/wwwroot/Scripts/angular.js:11606–11611  ·  view source on GitHub ↗
(url, serializedParams)

Source from the content-addressed store, hash-verified

11604 }
11605
11606 function buildUrl(url, serializedParams) {
11607 if (serializedParams.length > 0) {
11608 url += ((url.indexOf('?') == -1) ? '?' : '&') + serializedParams;
11609 }
11610 return url;
11611 }
11612 }
11613 ];
11614 }

Callers 1

sendReqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected