is_config_current
Function
This function is defined in the config module.Return whether
raw already carries the current config_version.
A malformed stamp (non-integer / boolean) is not “current” — it raises
:class:ConfigVersionError so operators fix it rather than having it
silently coerced (True == 1).
Signature
Parameters
Mapping[str, Any]
required
No description available.
Returns
bool
The result of the operation.
Source
View on GitHub
praisonaiagents/gateway/config.py at line 137
