[#ScriptFlagNamesToEnum] = ScriptFlagNamesToEnum :mrdocs: Return the mapping from verification flag names to their enum values. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<std::string, script_verify_flag_name> const& ScriptFlagNamesToEnum(); ---- == Return Value A reference to the shared name‐to‐flag map. [.small]#Created with https://www.mrdocs.com[MrDocs]#