-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
@konsultaner
Description
This is my Java code:
myDb.createAqlFunction(
"MyFunctions::leafNodeVisitor",
"function leafNodeVisitor(config, result, vertex, path, connected) {\n" +
" if (connected && connected.length === 0) {\n" +
" return vertex;\n" +
" }\n" +
"}",
null
);
calling require("@arangodb/aql/functions").toArray();
returns an empty array [ ]
I use arango 3.1.19. What am I doing wrong here?
Metadata
Metadata
Assignees
Labels
No labels