MCPcopy Create free account
hub / github.com/apache/echarts / generateNonPersistentId

Function generateNonPersistentId

test/lib/testHelper.js:3356–3358  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

3354 // It may be changed by test case changing. Do not use it as a persistent id.
3355 var _idBase = 1;
3356 function generateNonPersistentId(prefix) {
3357 return (prefix || '') + '' + (_idBase++);
3358 }
3359
3360 function VideoRecorder(chart) {
3361 this.start = startRecording;

Callers 1

storeToInputDictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected