MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _daily_note_entry_pdf_url

Function _daily_note_entry_pdf_url

deployments/desktop/shared/agents.py:3437–3439  ·  view source on GitHub ↗
(body: str)

Source from the content-addressed store, hash-verified

3435 filtered = _filter_wiki_nodes_for_configured_dir([node])
3436 return filtered is None or bool(filtered)
3437
3438
3439def _wiki_node_payload(node: Dict[str, Any]) -> Dict[str, Any]:
3440 return {
3441 "node_id": node.get("node_id"),
3442 "node_type": node.get("node_type"),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected