| 67 | } |
| 68 | |
| 69 | void EnsureInitCastTable() { std::call_once(cast_table_initialized, InitCastTable); } |
| 70 | |
| 71 | const FunctionDoc cast_doc{"Cast values to another data type", |
| 72 | ("Behavior when values wouldn't fit in the target type\n" |
no outgoing calls
no test coverage detected