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

Function print_inputs

render_machine/render_utils.py:35–55  ·  view source on GitHub ↗
(render_context, existing_files_content, message)

Source from the content-addressed store, hash-verified

33
34
35def print_inputs(render_context, existing_files_content, message):
36 tmp_resources_list = []
37 plain_spec.collect_linked_resources(
38 render_context.plain_source_tree,
39 tmp_resources_list,
40 [
41 plain_spec.DEFINITIONS,
42 plain_spec.NON_FUNCTIONAL_REQUIREMENTS,
43 plain_spec.FUNCTIONAL_REQUIREMENTS,
44 ],
45 False,
46 render_context.frid_context.frid,
47 )
48 console.print_resources(tmp_resources_list, render_context.frid_context.linked_resources)
49
50 console.print_files(
51 message,
52 render_context.build_folder,
53 existing_files_content,
54 style=console.INPUT_STYLE,
55 )
56
57
58def _kill_process(proc: subprocess.Popen) -> None:

Callers

nothing calls this directly

Calls 2

print_resourcesMethod · 0.80
print_filesMethod · 0.80

Tested by

no test coverage detected