Builtin function to parse uuid with google/uuid library

Fixes #6173

Signed-off-by: Odin Bjørnebo <odinbjoernebo@gmail.com>
This commit is contained in:
Odin Bjørnebo
2023-09-08 21:48:40 +02:00
committed by GitHub
parent a5d4f07c23
commit e15996e5a5
31 changed files with 1606 additions and 1 deletions
+22
View File
@@ -4582,6 +4582,28 @@
"type": "function"
}
},
{
"name": "uuid.parse",
"decl": {
"args": [
{
"type": "string"
}
],
"result": {
"dynamic": {
"key": {
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"type": "function"
}
},
{
"name": "uuid.rfc4122",
"decl": {