Skip to content

Commit

Permalink
Add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Sep 10, 2022
1 parent d579832 commit 1226472
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/en/src/lua-function-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ A node contains the following fields:
- [permissions][57]
- [created][71]
- [last_modified][72]
- [uid][73]
- [gid][74]
- [canonical][58]
- [symlink][59]

Expand Down Expand Up @@ -216,6 +218,18 @@ Type: nullable integer

Last modification time in nanosecond since UNIX epoch.

### uid

Type: integer

User ID of the file owner.

### gid

Type: integer

Group ID of the file owner.

### canonical

Type: nullable [Resolved Node Metadata][61]
Expand Down Expand Up @@ -368,3 +382,5 @@ xplr.config.modes.builtin.default.key_bindings.on_key.space = {
[70]: #history-1
[71]: #created
[72]: #last_modified
[73]: #uid
[74]: #gid

0 comments on commit 1226472

Please sign in to comment.