MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / unsubscribe

Method unsubscribe

tests/python/test_store.py:131–132  ·  view source on GitHub ↗
(self, token)

Source from the content-addressed store, hash-verified

129 return 42
130
131 def unsubscribe(self, token):
132 self.unsubscribe_calls.append(token)
133
134 def begin_batch(self):
135 self.batch_events.append("begin")

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected