tiny.cook.Entry
Defined in tiny.cook.
API (8)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/cook/src/cache.zig:89
zig
pub const Entry = struct { io: std.Io, gpa: Allocator, path: []u8, lock: std.Io.File, dir: std.Io.Dir, summary: Summary, hit: bool, pub fn deinit(entry: *Entry) void { entry.dir.close(entry.io); entry.lock.close(entry.io); entry.gpa.free(entry.path); entry.* = undefined; }};Source: lib/cook/src/root.zig:6
zig
pub const Entry = cache.Entry;Audit
| Definitions | 2 |
|---|---|
| Public names | 2 |
| Members | 7 |
| Version | 26.7.0 |
| Revision | daab053ee433 |