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

Function run_code_with_utils

utils/wei_utils.py:217–218  ·  view source on GitHub ↗
(code, utils_functions)

Source from the content-addressed store, hash-verified

215 return code_snippet
216
217def run_code_with_utils(code, utils_functions):
218 return run_code(utils_functions + '\n' + code)
219
220def run_code(code):
221 """

Callers 7

deoverflowFunction · 0.85
gen_outline_layoutFunction · 0.85
deoverflowFunction · 0.85
deoverflowFunction · 0.85
gen_outline_layoutFunction · 0.85
deoverflowFunction · 0.85

Calls 1

run_codeFunction · 0.85

Tested by

no test coverage detected