MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / _run

Function _run

tests/scripts/test_table_handles.py:17–19  ·  view source on GitHub ↗

Run the shim + a setup snippet that console.logs a JSON result object.

(setup_js: str)

Source from the content-addressed store, hash-verified

15
16
17def _run(setup_js: str):
18 """Run the shim + a setup snippet that console.logs a JSON result object."""
19 return run_js(TABLE_API_SHIM + "\n" + setup_js)
20
21
22# ---------------------------------------------------------------------------

Calls 1

run_jsFunction · 0.85

Tested by

no test coverage detected