MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / get_item

Method get_item

explorer/models.py:450–451  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

448 obj.save()
449
450 def get_item(self, key):
451 return self.filter(key=key).first()
452
453
454class ExplorerValue(models.Model):

Callers 1

build_system_promptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected