rename is_fresh -> isFresh
All checks were successful
Generic zig build / build (push) Successful in 19s
All checks were successful
Generic zig build / build (push) Successful in 19s
This commit is contained in:
parent
b314b0fd0f
commit
7aa7ec112a
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ pub const Parsed = struct {
|
||||||
_ = writer;
|
_ = writer;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_fresh(self: Parsed) bool {
|
pub fn isFresh(self: Parsed) bool {
|
||||||
if (self.expires) |exp|
|
if (self.expires) |exp|
|
||||||
return std.time.timestamp() < exp;
|
return std.time.timestamp() < exp;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue