MCPcopy
hub / github.com/angular-ui/ui-router / fillInParsed

Function fillInParsed

test/angular/1.4/angular.js:9745–9749  ·  view source on GitHub ↗
(key, val)

Source from the content-addressed store, hash-verified

9743 var parsed = createMap(), i;
9744
9745 function fillInParsed(key, val) {
9746 if (key) {
9747 parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
9748 }
9749 }
9750
9751 if (isString(headers)) {
9752 forEach(headers.split('\n'), function(line) {

Callers 1

parseHeadersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected