Apache OpenDAL™ - v0.48.1
    Preparing search index...

    Class Lister

    Lister is designed to list entries at a given path in an asynchronous manner.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Safety

      &mut self in async napi methods should be marked as unsafe

      napi will make sure the function is safe, and we didn't do unsafe things internally.

      Returns Promise<null | Entry>