MCPcopy
hub / github.com/stanford-oval/storm / insert_information

Method insert_information

knowledge_storm/dataclass.py:206–209  ·  view source on GitHub ↗
(self, information_index: int)

Source from the content-addressed store, hash-verified

204 return path[::-1]
205
206 def insert_information(self, information_index: int):
207 if information_index not in self.content:
208 self.need_regenerate_synthesize_output = True
209 self.content.add(information_index)
210
211 def get_all_descendents(self) -> List["KnowledgeNode"]:
212 """

Callers 2

insert_informationMethod · 0.45
insert_info_to_kbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected