Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ ChunkerError
Enum
ChunkerError
bridge/src/error.rs:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
#[derive(Debug)]
59
pub enum ChunkerError {
60
ValidProof,
61
}
62
63
#[derive(Debug)]
64
pub enum Error {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected