MCPcopy Create free account
hub / github.com/adny-code/fastgrind / _render_plot_bundle

Method _render_plot_bundle

tools/fastgrind.py:2599–2601  ·  view source on GitHub ↗
(self, payload: dict[str, Any])

Source from the content-addressed store, hash-verified

2597 )
2598
2599 def _render_plot_bundle(self, payload: dict[str, Any]) -> None:
2600 self._render_overview(payload["overview"])
2601 self._render_detail_bundle(payload["detail"])
2602
2603 def _render_detail_bundle(self, payload: dict[str, Any]) -> None:
2604 response: SeriesResponse = payload["series"]

Callers

nothing calls this directly

Calls 2

_render_overviewMethod · 0.95
_render_detail_bundleMethod · 0.95

Tested by

no test coverage detected