MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime-go / String

Method String

valtype.go:75–77  ·  view source on GitHub ↗

Converts this `ValType` into a string according to the string representation of `ValKind`.

()

Source from the content-addressed store, hash-verified

73// Converts this `ValType` into a string according to the string representation
74// of `ValKind`.
75func (t *ValType) String() string {
76 return t.Kind().String()
77}
78
79func (t *ValType) ptr() *C.wasm_valtype_t {
80 ret := t._ptr

Callers

nothing calls this directly

Calls 2

KindMethod · 0.95
StringMethod · 0.45

Tested by

no test coverage detected