MCPcopy Create free account
hub / github.com/HKUDS/OpenOPC / execute

Method execute

opc/database/store.py:184–185  ·  view source on GitHub ↗
(self, sql: str, parameters: tuple[Any, ...] | list[Any] = ())

Source from the content-addressed store, hash-verified

182 return json.dumps(value, ensure_ascii=False, default=_default)
183
184
185_FINAL_DELIVERY_PUBLICATION_CAPABILITY = object()
186_COMPANY_WORK_ITEM_GATE_PUBLICATION_CAPABILITY = object()
187COMPANY_WORK_ITEM_GATE_PUBLICATION_PROVENANCE_KEY = (
188 "company_work_item_gate_publication_provenance"

Calls 1

Tested by

no test coverage detected