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

Function init

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

Source from the content-addressed store, hash-verified

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

Callers 3

initMethod · 0.50
high_level_apiFunction · 0.50
asm_wrappersFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected