Function.all()
Return value
Type | Description |
---|---|
Set of all UDF documents in the current database. See Function document definition. |
Examples
{
data: [
{
name: "Increment",
coll: Function,
ts: Time("2022-10-25T21:01:19.310Z"),
body: "(x) => x + 1"
},
{
name: "Double",
coll: Function,
ts: Time("2022-10-25T21:01:19.310Z"),
body: "(x) => x + x"
}
]
}
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!