MCPcopy
hub / github.com/leslievan/semi-utils / set

Method set

processor/core.py:76–77  ·  view source on GitHub ↗
(self, key: str, value: Any)

Source from the content-addressed store, hash-verified

74 return self.get("buffer", [])
75
76 def set(self, key: str, value: Any):
77 self._config[key] = value
78
79 def save_buffer(self, processor_name: str, force_save: bool = False):
80 if not (force_save or self.get("save_buffer", False)):

Callers 11

get_bufferMethod · 0.95
save_bufferMethod · 0.95
update_bufferMethod · 0.95
successMethod · 0.95
processMethod · 0.95
save_configFunction · 0.80
processMethod · 0.80
processMethod · 0.80
processMethod · 0.80
filters.pyFile · 0.80
start_processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected