MCPcopy Index your code
hub / github.com/davidhewitt/pythonize / serialize_u64

Method serialize_u64

src/ser.rs:322–324  ·  view source on GitHub ↗
(self, v: u64)

Source from the content-addressed store, hash-verified

320 }
321
322 fn serialize_u64(self, v: u64) -> Result<Bound<'py, PyAny>> {
323 self.serialise_default(v)
324 }
325
326 fn serialize_u128(self, v: u128) -> Result<Bound<'py, PyAny>> {
327 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected