INNER CODE UNIT · Rust

set_current_values

ekzhang/sshx · crates/sshx-core/src/lib.rs:89

    pub fn set_current_values(&self, sid: Sid, uid: Uid) {
        self.next_sid.store(sid.0, Ordering::Relaxed);
        self.next_uid.store(uid.0, Ordering::Relaxed);
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…