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

Function fillInParsed

web/static/bower_components/angular/angular.js:9436–9440  ·  view source on GitHub ↗
(key, val)

Source from the content-addressed store, hash-verified

9434 var parsed = createMap(), i;
9435
9436 function fillInParsed(key, val) {
9437 if (key) {
9438 parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
9439 }
9440 }
9441
9442 if (isString(headers)) {
9443 forEach(headers.split('\n'), function(line) {

Callers 1

parseHeadersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected