MCPcopy Index your code
hub / github.com/zxlie/FeHelper / getChartInstance

Function getChartInstance

apps/chart-maker/main.js:725–727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723
724 // 从chart-generator.js中导入图表生成函数
725 function getChartInstance() {
726 return window.chartInstance;
727 }
728
729 function setChartInstance(instance) {
730 window.chartInstance = instance;

Callers 1

main.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected