MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / processString

Method processString

server/charts/AxisChart.js:998–1003  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

996 }
997
998 processString(data) {
999 return {
1000 filtered: data,
1001 formatted: data,
1002 };
1003 }
1004
1005 processBoolean(data) {
1006 return {

Callers 1

plotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected