MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / post_reset_paragraph

Method post_reset_paragraph

apps/common/utils/split_model.py:430–434  ·  view source on GitHub ↗
(self, paragraph: Dict, title_list: List[str])

Source from the content-addressed store, hash-verified

428 'content' in item and len(item.get('content').strip()) > 0]
429
430 def post_reset_paragraph(self, paragraph: Dict, title_list: List[str]):
431 result = self.content_is_null(paragraph, title_list)
432 result = self.filter_title_special_characters(result)
433 result = self.sub_title(result)
434 return result
435
436 @staticmethod
437 def sub_title(paragraph: Dict):

Callers 1

parseMethod · 0.95

Calls 3

content_is_nullMethod · 0.95
sub_titleMethod · 0.95

Tested by

no test coverage detected