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

Method default

cranelift/bforest/src/path.rs:26–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25impl<F: Forest> Default for Path<F> {
26 fn default() -> Self {
27 Self {
28 size: 0,
29 node: [Node(0); MAX_PATH],
30 entry: [0; MAX_PATH],
31 unused: PhantomData,
32 }
33 }
34}
35
36impl<F: Forest> Path<F> {

Callers

nothing calls this directly

Calls 1

NodeClass · 0.70

Tested by

no test coverage detected