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

Function fillInParsed

OpenReservation/wwwroot/Scripts/angular.js:10434–10438  ·  view source on GitHub ↗
(key, val)

Source from the content-addressed store, hash-verified

10432 var parsed = createMap(), i;
10433
10434 function fillInParsed(key, val) {
10435 if (key) {
10436 parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
10437 }
10438 }
10439
10440 if (isString(headers)) {
10441 forEach(headers.split('\n'),

Callers 1

parseHeadersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected