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

Method doc

cranelift/codegen/meta/src/cdsl/types.rs:31–37  ·  view source on GitHub ↗

Return a string containing the documentation comment for this type.

(&self)

Source from the content-addressed store, hash-verified

29
30 /// Return a string containing the documentation comment for this type.
31 pub fn doc(&self) -> String {
32 match *self {
33 ValueType::Lane(l) => l.doc(),
34 ValueType::Vector(ref v) => v.doc(),
35 ValueType::DynamicVector(ref v) => v.doc(),
36 }
37 }
38
39 /// Return the number of bits in a lane.
40 pub fn lane_bits(&self) -> u64 {

Callers 2

emit_typeFunction · 0.45
new_singletonMethod · 0.45

Calls 2

fromFunction · 0.85
lane_bitsMethod · 0.45

Tested by

no test coverage detected