Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ internal
Function
internal
nodedb/src/control/gateway/error_map.rs:185–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
fn internal() -> Error {
186
Error::Internal {
187
detail:
"boom"
.into(),
188
}
189
}
190
191
fn serialization() -> Error {
192
Error::Serialization {
Callers
13
pgwire_internal
Function · 0.70
http_internal
Function · 0.70
resp_internal
Function · 0.70
native_internal
Function · 0.70
error_cause_chaining
Function · 0.50
perform_client_handshake
Method · 0.50
ping
Method · 0.50
show_parameter
Method · 0.50
send
Method · 0.50
check_error
Function · 0.50
response_to_query_result
Function · 0.50
handshake_on_duplex
Function · 0.50
Calls
no outgoing calls
Tested by
5
pgwire_internal
Function · 0.56
http_internal
Function · 0.56
resp_internal
Function · 0.56
native_internal
Function · 0.56
error_cause_chaining
Function · 0.40