MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / get_module_non_functional_source_hash

Method get_module_non_functional_source_hash

plain_modules.py:141–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 return plain_spec.get_hash_value([self.plain_source] + self.resources_list)
140
141 def get_module_non_functional_source_hash(self) -> str:
142 stripped = _strip_functional_requirements(self.plain_source)
143 return plain_spec.get_hash_value([stripped] + self.resources_list)
144
145 def get_module_code_hash(self) -> str:
146 return ImplementationCodeHelpers.calculate_build_folder_hash(self.module_build_folder)

Callers 2

get_hashesMethod · 0.95

Calls 1

Tested by

no test coverage detected