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

Function fillInParsed

test/angular/1.7/angular.js:12050–12054  ·  view source on GitHub ↗
(key, val)

Source from the content-addressed store, hash-verified

12048 var parsed = createMap(), i;
12049
12050 function fillInParsed(key, val) {
12051 if (key) {
12052 parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
12053 }
12054 }
12055
12056 if (isString(headers)) {
12057 forEach(headers.split('\n'), function(line) {

Callers 1

parseHeadersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected