MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / external_kind_name

Function external_kind_name

xtask/src/main.rs:9677–9685  ·  view source on GitHub ↗
(kind: ExternalKind)

Source from the content-addressed store, hash-verified

9675}
9676
9677fn external_kind_name(kind: ExternalKind) -> &'static str {
9678 match kind {
9679 ExternalKind::Func | ExternalKind::FuncExact => "func",
9680 ExternalKind::Table => "table",
9681 ExternalKind::Memory => "memory",
9682 ExternalKind::Global => "global",
9683 ExternalKind::Tag => "tag",
9684 }
9685}
9686
9687fn wasm_memory_out(memory: wasmparser::MemoryType) -> WasmMemoryOut {
9688 WasmMemoryOut {

Callers 1

read_wasm_link_metadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected