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

Function getRunBtnText

test/lib/testHelper.js:2110–2112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2108 var _mask = null;
2109
2110 function getRunBtnText() {
2111 return _running ? 'Pause' : 'Resume';
2112 }
2113
2114 var buttons = [{
2115 text: getRunBtnText(),

Callers 2

testHelper.jsFile · 0.85
nextFrameFunction · 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…