# is_xxh3_128_hexdigest

> **Function** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/pregel/_utils/is_xxh3_128_hexdigest)

Check if the given string matches the format of xxh3_128_hexdigest.

## Signature

```python
is_xxh3_128_hexdigest(
    value: str,
) -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/1142ebf9213e3eb01b9d1e7223b9f6b30bf8da61/libs/langgraph/langgraph/pregel/_utils.py#L216)