MCPcopy Create free account
hub / github.com/IBM/ACE-RISCV / from

Method from

tools/cove_tap_tool/src/error.rs:24–26  ·  view source on GitHub ↗
(err: riscv_cove_tap::TapError)

Source from the content-addressed store, hash-verified

22
23impl From<riscv_cove_tap::TapError> for Error {
24 fn from(err: riscv_cove_tap::TapError) -> Self {
25 Error::TapSerializerError(err)
26 }
27}
28
29#[macro_export]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected