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

Method add

backend/tests/test_auth.py:57–58  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

55 return self.responses.pop(0)
56
57 def add(self, value):
58 self.added.append(value)
59
60 async def commit(self):
61 self.committed = True

Callers 15

NotificationBarFunction · 0.45
WorkspaceOperationPanelFunction · 0.45
handleUploadFilesFunction · 0.45
confirmCreateFolderFunction · 0.45
renderFileTreeNodesFunction · 0.45
togglePinFunction · 0.45
toggleCategoryExpandedFunction · 0.45
MembersWithoutOKRPanelFunction · 0.45
removeRelationshipFunction · 0.45
removeAgentRelationshipFunction · 0.45
toggleExpandedFocusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected