MCPcopy Create free account
hub / github.com/RustCrypto/utils / init

Function init

cpufeatures/tests/aarch64.rs:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7#[test]
8fn init() {
9 let token: armcaps::InitToken = armcaps::init();
10 assert_eq!(token.get(), armcaps::get());
11}
12
13#[test]
14fn init_get() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected