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

Method module_metadata_path

plain_modules.py:189–193  ·  view source on GitHub ↗
(self, for_git_repo: bool = False)

Source from the content-addressed store, hash-verified

187 return functionalities
188
189 def module_metadata_path(self, for_git_repo: bool = False) -> str:
190 if for_git_repo:
191 return os.path.join(CODEPLAIN_METADATA_FOLDER, MODULE_METADATA_FILENAME)
192
193 return os.path.join(self.get_codeplain_folder(), MODULE_METADATA_FILENAME)
194
195 def get_hashes(self) -> dict[str, str]:
196 hashes = {

Callers 3

save_module_metadataMethod · 0.95
executeMethod · 0.80

Calls 1

get_codeplain_folderMethod · 0.95

Tested by

no test coverage detected