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

Function fillInParsed

lib/test/angular/1.7.0/angular.js:11481–11485  ·  view source on GitHub ↗
(key, val)

Source from the content-addressed store, hash-verified

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

Callers 1

parseHeadersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected