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

Function normalize_must_read_value

agents/must-read-manager/main.py:121–123  ·  view source on GitHub ↗

Build a tolerant lookup key for must-read matching.

(value: str)

Source from the content-addressed store, hash-verified

119
120
121def normalize_must_read_value(value: str) -> str:
122 """Build a tolerant lookup key for must-read matching."""
123 return clean_must_read_value(value).casefold()
124
125
126def _coerce_float(value: Any, default: float = 0.0) -> float:

Callers 2

add_must_readFunction · 0.85
remove_must_readFunction · 0.85

Calls 1

clean_must_read_valueFunction · 0.85

Tested by

no test coverage detected