MCPcopy Create free account
hub / github.com/angular-ui/ui-router / fillInParsed

Function fillInParsed

test/angular/1.6/angular.js:11479–11483  ·  view source on GitHub ↗
(key, val)

Source from the content-addressed store, hash-verified

11477 var parsed = createMap(), i;
11478
11479 function fillInParsed(key, val) {
11480 if (key) {
11481 parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
11482 }
11483 }
11484
11485 if (isString(headers)) {
11486 forEach(headers.split('\n'), function(line) {

Callers 1

parseHeadersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected