MCPcopy
hub / github.com/dataelement/Clawith / expunge

Method expunge

backend/tests/test_webhooks_api.py:43–44  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

41 self.added.append(value)
42
43 def expunge(self, value):
44 self.expunged.append(value)
45
46 async def commit(self):
47 self.committed = True

Callers 3

_tickFunction · 0.80
receive_webhookFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected