MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / edit_code

Function edit_code

utils/wei_utils.py:499–500  ·  view source on GitHub ↗
(agent, prompt, num_retries, existing_code='')

Source from the content-addressed store, hash-verified

497 return fill_content(agent, prompt, num_retries, existing_code)
498
499def edit_code(agent, prompt, num_retries, existing_code=''):
500 return fill_content(agent, prompt, num_retries, existing_code)
501
502def stylize(agent, prompt, num_retries, existing_code=''):
503 return fill_content(agent, prompt, num_retries, existing_code)

Callers 4

deoverflowFunction · 0.85
process_leaf_sectionFunction · 0.85
deoverflowFunction · 0.85
process_leaf_sectionFunction · 0.85

Calls 1

fill_contentFunction · 0.85

Tested by

no test coverage detected