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

Function load_default_checkfiles

scripts/drift_engine.py:259–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258def load_default_checkfiles() -> List[Dict[str, Any]]:
259 return load_checkfiles(str(DEFAULT_CHECKFILES_DIR))
260
261
262def classify_checkfile_role(checkfile: Dict[str, Any]) -> str:
263 explicit_role = str(checkfile.get("trigger_role") or "").strip()

Callers

nothing calls this directly

Calls 1

load_checkfilesFunction · 0.85

Tested by

no test coverage detected