Skip to content

Instance Method

retrieve(documentName:on:)

func retrieve(documentName: String, on loop: any EventLoop) -> EventLoopFuture<LeafAST?>

Parameters

documentName

Name of the LeafAST to try to return

loop

EventLoop to return futures on

Return Value

EventLoopFuture<LeafAST?> holding the LeafAST or nil if no matching result