MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / source_image_path

Function source_image_path

scripts/plan_figure_table_decisions.py:122–123  ·  view source on GitHub ↗
(plan_item: dict[str, Any])

Source from the content-addressed store, hash-verified

120
121
122def source_image_path(plan_item: dict[str, Any]) -> str:
123 return normalize_whitespace(str(figure_asset_candidate(plan_item).get("path", "")))
124
125
126def source_image_filename(plan_item: dict[str, Any]) -> str:

Callers 3

source_image_filenameFunction · 0.85
should_insertFunction · 0.85
decideFunction · 0.85

Calls 2

normalize_whitespaceFunction · 0.90
figure_asset_candidateFunction · 0.85

Tested by

no test coverage detected