(self)
| 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) |
no outgoing calls
no test coverage detected