MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / _make_update

Function _make_update

scripts/fetch_updates.py:2740–2745  ·  view source on GitHub ↗
(source_id: str, source: dict, check_type: str, note: str)

Source from the content-addressed store, hash-verified

2738# ---------------------------------------------------------------------------
2739
2740def _make_update(source_id: str, source: dict, check_type: str, note: str) -> dict:
2741 return {
2742 "source_id": source_id, "name": source["name"], "url": source["url"],
2743 "category": source["category"], "check_type": check_type,
2744 "detected_at": datetime.now().isoformat(), "note": note,
2745 }
2746
2747
2748# ---------------------------------------------------------------------------

Callers 15

checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70
checkMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected