MCPcopy
hub / github.com/tanelpoder/0xtools / execute_with_params

Method execute_with_params

xtop/tests/test_timeline.py:25–31  ·  view source on GitHub ↗
(self, params, debug=False, latency_columns=None)

Source from the content-addressed store, hash-verified

23 self._rows = rows
24
25 def execute_with_params(self, params, debug=False, latency_columns=None): # pragma: no cover - simple stub
26 return QueryResult(
27 data=self._rows,
28 columns=['yyyy', 'mm', 'dd', 'hh', 'mi', 'avg_threads'],
29 row_count=len(self._rows),
30 execution_time=0.0,
31 )
32
33
34def test_build_avg_thr_timeline_line_renders_sparkline():

Callers

nothing calls this directly

Calls 1

QueryResultClass · 0.90

Tested by

no test coverage detected