MCPcopy Create free account
hub / github.com/alceal/plotlars / to_json

Method to_json

crates/plotlars-plotly/src/ext.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70 }
71
72 fn to_json(&self) -> Result<String, serde_json::Error> {
73 ir_to_json(self)
74 }
75
76 fn to_html(&self) -> String {
77 let result = build_plotly_result(self);

Callers

nothing calls this directly

Calls 1

ir_to_jsonFunction · 0.85

Tested by

no test coverage detected