| 727 | //============================================================================== |
| 728 | |
| 729 | SIValue AR_RANDOMUUID(SIValue *argv, int argc, void *private_data) { |
| 730 | char *uuid = UUID_New(); |
| 731 | return SI_TransferStringVal(uuid); |
| 732 | } |
| 733 | |
| 734 | void Register_StringFuncs() { |
| 735 | SIType *types; |
nothing calls this directly
no test coverage detected