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

Method get_module_source_hash

plain_modules.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 json.dump(metadata, f, indent=4)
137
138 def get_module_source_hash(self) -> str:
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)

Callers 3

get_hashesMethod · 0.95
spec_changeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected