MCPcopy
hub / github.com/MrNothing/AI-Blocks / SendChartData

Function SendChartData

Sources/build_scripts/global_functions.py:33–35  ·  view source on GitHub ↗
(id, name, value, color='#3e95cd', flush=True)

Source from the content-addressed store, hash-verified

31 Log('status:'+str(id)+':'+str(state), flush)
32
33def SendChartData(id, name, value, color='#3e95cd', flush=True):
34 if EDITOR_MODE:
35 Log("chart:"+str(id)+":"+str(name)+":"+str(value)+":"+str(color), flush)
36
37def SendPieData(id, name, color='#3e95cd', flush=True):
38 if EDITOR_MODE:

Callers 4

RunFunction · 0.85
RunFunction · 0.85
RunFunction · 0.85
TrainFunction · 0.85

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected