MCPcopy Create free account
hub / github.com/argumentcomputer/ix / tag

Method tag

crates/ffi/src/kernel.rs:931–936  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

929enum ErrKind {
930 Kernel,
931 Compile,
932}
933
934impl ErrKind {
935 fn tag(self) -> u8 {
936 match self {
937 ErrKind::Kernel => KERNEL_EXCEPTION_TAG,
938 ErrKind::Compile => COMPILE_ERROR_TAG,
939 }

Callers 15

decode_nameFunction · 0.80
decode_levelFunction · 0.80
decode_source_infoFunction · 0.80
decode_syntaxFunction · 0.80
decode_name_data_valueFunction · 0.80
decode_exprFunction · 0.80
decode_constant_infoFunction · 0.80
decodeMethod · 0.80
build_option_resultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected