MCPcopy Create free account
hub / github.com/cisco/mindmeld / get_query

Method get_query

mindmeld/query_cache.py:240–244  ·  view source on GitHub ↗

Get the Query from a cached example. See notes on get().

(self, row_id)

Source from the content-addressed store, hash-verified

238 return cursor.fetchone()[0]
239
240 def get_query(self, row_id):
241 """
242 Get the Query from a cached example. See notes on get().
243 """
244 return self.get(row_id).query
245
246 def get_entities(self, row_id):
247 """

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected