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

Function figure_asset_candidate

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

Source from the content-addressed store, hash-verified

115
116
117def figure_asset_candidate(plan_item: dict[str, Any]) -> dict[str, Any]:
118 candidate = plan_item.get("figure_asset_candidate")
119 return candidate if isinstance(candidate, dict) else {}
120
121
122def source_image_path(plan_item: dict[str, Any]) -> str:

Callers 2

source_image_pathFunction · 0.85
source_image_filenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected