ZenFS
    Preparing search index...

    Function fstat

    • Asynchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

      Parameters

      Returns void

    • Asynchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

      Parameters

      Returns void

    • Asynchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

      Parameters

      • this: V_Context
      • fd: number
      • options: StatOptions & { bigint: true }
      • cb: Callback<[BigIntStats]>

      Returns void