Instance Method
retrieve(documentName:on:)
func retrieve(documentName: String, on loop: any EventLoop) -> EventLoopFuture<LeafAST?>
Parameters
documentNameName of the
LeafASTto try to returnloopEventLoopto return futures on
Return Value
EventLoopFuture<LeafAST?> holding the LeafAST or nil if no matching result