MCPcopy Create free account
hub / github.com/OpenDCAI/Paper2Any / _result_path_from_input

Function _result_path_from_input

script/heavy_workflow_worker.py:20–22  ·  view source on GitHub ↗
(in_data: dict)

Source from the content-addressed store, hash-verified

18
19
20def _result_path_from_input(in_data: dict) -> Path | None:
21 raw = str(in_data.get("result_path") or "").strip()
22 return Path(raw) if raw else None
23
24
25def _run_paper2figure(in_data: dict) -> dict:

Callers 2

_run_paper2figureFunction · 0.85
_run_pdf2pptFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected