MCPcopy
hub / github.com/NevaMind-AI/memU / items

Method items

src/memu/app/settings.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 return self.root.get(key, default)
49
50 def items(self) -> list[tuple[str, PromptBlock]]:
51 return list(self.root.items())
52
53
54def complete_prompt_blocks(prompt: CustomPrompt, default_blocks: Mapping[str, int]) -> CustomPrompt:

Callers 15

_build_filtersMethod · 0.80
_matches_whereMethod · 0.80
list_resourcesMethod · 0.80
clear_resourcesMethod · 0.80
matches_whereFunction · 0.80
list_itemsMethod · 0.80
list_items_by_ref_idsMethod · 0.80
clear_itemsMethod · 0.80
list_categoriesMethod · 0.80
clear_categoriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected