@haxall/haxall
    Preparing search index...

    Function fstat

    • Invokes the callback with the fs.Stats for the file descriptor.

      See the POSIX fstat(2) documentation for more detail.

      Parameters

      • fd: number
      • callback: (err: ErrnoException, stats: Stats) => void

      Returns void

      v0.1.95

    • Invokes the callback with the fs.Stats for the file descriptor.

      See the POSIX fstat(2) documentation for more detail.

      Parameters

      • fd: number
      • options: StatOptions & { bigint?: false }
      • callback: (err: ErrnoException, stats: Stats) => void

      Returns void

      v0.1.95

    • Invokes the callback with the fs.Stats for the file descriptor.

      See the POSIX fstat(2) documentation for more detail.

      Parameters

      Returns void

      v0.1.95

    • Invokes the callback with the fs.Stats for the file descriptor.

      See the POSIX fstat(2) documentation for more detail.

      Parameters

      Returns void

      v0.1.95