MCPcopy Create free account
hub / github.com/OpenRaiser/NanoResearch / _code_apply

Function _code_apply

nanoresearch/cli_code_edit.py:178–182  ·  view source on GitHub ↗
(
    editor: "InteractiveCodeEditor",  # noqa: F821
    instruction: str,
)

Source from the content-addressed store, hash-verified

176
177
178async def _code_apply(
179 editor: "InteractiveCodeEditor", # noqa: F821
180 instruction: str,
181) -> dict:
182 return await editor.apply_instruction(instruction)
183
184
185async def _code_preview(

Callers 1

code_editFunction · 0.85

Calls 1

apply_instructionMethod · 0.45

Tested by

no test coverage detected