Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNSCrypt/encrypted-dns-server
/ ts_start
Method
ts_start
src/dnscrypt_certs.rs:226–228 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
224
}
225
226
pub fn ts_start(&self) -> u32 {
227
BigEndian::read_u32(&self.inner.ts_start)
228
}
229
230
pub fn ts_end(&self) -> u32 {
231
BigEndian::read_u32(&self.inner.ts_end)
Callers
2
new
Method · 0.80
derive_pq
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected