MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / default

Method default

pulley/src/profile.rs:169–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167
168impl Default for Samples {
169 fn default() -> Samples {
170 let mut samples = Samples {
171 data: Vec::new(),
172 samples: 0,
173 };
174 samples.reset();
175 samples
176 }
177}
178
179/// Sections that can be parsed from a `*.data` file.

Callers

nothing calls this directly

Calls 2

newFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected