Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNSCrypt/encrypted-dns-server
/ StartInstant
Class
StartInstant
src/varz.rs:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
use prometheus::{Histogram, IntCounter, IntGauge};
5
6
pub struct StartInstant(pub Instant);
7
8
pub struct Inner {
9
pub start_instant: StartInstant,
Callers
1
default
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected