Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ code
Method
code
crates/bindings-sys/src/lib.rs:1015–1017 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1013
/// Converts this `errno` into a primitive error code.
1014
#[inline]
1015
pub const fn code(self) -> u16 {
1016
self.0.get()
1017
}
1018
}
1019
1020
impl fmt::Debug for Errno {
Callers
8
run_with_timeout
Function · 0.80
run_with_retry
Function · 0.80
exec_replace
Function · 0.80
exec
Function · 0.80
build_javascript
Function · 0.80
fmt
Method · 0.80
exec_replace
Function · 0.80
success
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
1
success
Method · 0.64