MCPcopy 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
1020impl fmt::Debug for Errno {

Callers 8

run_with_timeoutFunction · 0.80
run_with_retryFunction · 0.80
exec_replaceFunction · 0.80
execFunction · 0.80
build_javascriptFunction · 0.80
fmtMethod · 0.80
exec_replaceFunction · 0.80
successMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

successMethod · 0.64