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

Function update_build_folder_with_rendered_files

file_utils.py:256–262  ·  view source on GitHub ↗
(build_folder, existing_files, response_files)

Source from the content-addressed store, hash-verified

254
255
256def update_build_folder_with_rendered_files(build_folder, existing_files, response_files):
257 changed_files = set()
258 changed_files.update(response_files.keys())
259
260 existing_files = store_response_files(build_folder, response_files, existing_files)
261
262 return existing_files, changed_files
263
264
265def copy_folder_content(source_folder, destination_folder, ignore_folders=None):

Callers

nothing calls this directly

Calls 1

store_response_filesFunction · 0.85

Tested by

no test coverage detected