MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / makeContainer

Function makeContainer

libs/echarts/echarts.simple.js:12423–12430  ·  view source on GitHub ↗
(componentType)

Source from the content-addressed store, hash-verified

12421 entity.parseClassType = parseClassType$1;
12422
12423 function makeContainer(componentType) {
12424 var container = storage[componentType.main];
12425 if (!container || !container[IS_CONTAINER]) {
12426 container = storage[componentType.main] = {};
12427 container[IS_CONTAINER] = true;
12428 }
12429 return container;
12430 }
12431
12432 if (options.registerWhenExtend) {
12433 var originalExtend = entity.extend;

Callers 1

enableClassManagementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected