MCPcopy
hub / github.com/requirejs/requirejs / getGroupNode

Function getGroupNode

tests/doh/_browserRunner.js:426–431  ·  view source on GitHub ↗
(group)

Source from the content-addressed store, hash-verified

424 }
425
426 var getGroupNode = function(group){
427 if(groupNodes[group]){
428 return groupNodes[group].__groupNode;
429 }
430 return null;
431 }
432
433 var updateBacklog = [];
434 doh._updateTestList = function(group, fixture, unwindingBacklog){

Callers 1

_browserRunner.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…