MCPcopy Index your code
hub / github.com/apache/echarts / _getOrCreateMap

Method _getOrCreateMap

src/data/OrdinalMeta.ts:145–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143
144 // Consider big data, do not create map until needed.
145 private _getOrCreateMap(): HashMap<OrdinalNumber> {
146 return this._map || (
147 this._map = createHashMap<OrdinalNumber>(this.categories)
148 );
149 }
150}
151
152function getName(obj: any): string {

Callers 2

getOrdinalMethod · 0.95
parseAndCollectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected