MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / addUnitPriority

Function addUnitPriority

tests/test_code/js/moment/moment.js:659–661  ·  view source on GitHub ↗
(unit, priority)

Source from the content-addressed store, hash-verified

657 var priorities = {};
658
659 function addUnitPriority(unit, priority) {
660 priorities[unit] = priority;
661 }
662
663 function getPrioritizedUnits(unitsObj) {
664 var units = [],

Callers 1

moment.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected