MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / update

Method update

masfactory/adapters/memory.py:38–39  ·  view source on GitHub ↗

Update an existing item in the memory.

(self, key: str, value: object)

Source from the content-addressed store, hash-verified

36
37 @abstractmethod
38 def update(self, key: str, value: object):
39 """Update an existing item in the memory."""
40
41 @abstractmethod
42 def delete(self, key: str, index: int = -1):

Callers 15

_parse_graph_scopeFunction · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
_aml_node_configFunction · 0.45
_runtime_field_specsMethod · 0.45
fingerprintMethod · 0.45
merge_messageFunction · 0.45
input_keysMethod · 0.45
output_keysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected