Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Pk::FileEntry
Inherits
Struct
<
Value
<
Object
Constructors
from_row
(row :
SQLite3::Row
) :
FileEntry
Source
new
(package_id :
Int64
, path :
String
, mode :
Int32
, uid :
Int32
, gid :
Int32
, blake3 :
String
, id :
Int64
|
Nil
= nil)
Source
Instance methods
blake3
Source
blake3=
(blake3 :
String
)
Source
gid
Source
gid=
(gid :
Int32
)
Source
id
Source
id=
(id :
Int64
|
Nil
)
Source
mode
Source
mode=
(mode :
Int32
)
Source
package_id
Source
package_id=
(package_id :
Int64
)
Source
path
Source
path=
(path :
String
)
Source
uid
Source
uid=
(uid :
Int32
)
Source