MCPcopy Create free account
hub / github.com/emwalker/digraph / write_redis_args

Method write_redis_args

backend/src/redis/mod.rs:53–58  ·  view source on GitHub ↗
(&self, out: &mut W)

Source from the content-addressed store, hash-verified

51
52impl redis_rs::ToRedisArgs for Key {
53 fn write_redis_args<W>(&self, out: &mut W)
54 where
55 W: ?Sized + redis_rs::RedisWrite,
56 {
57 out.write_arg(self.0.as_bytes());
58 }
59}
60
61#[derive(Clone, Debug)]

Callers

nothing calls this directly

Calls 1

as_bytesMethod · 0.80

Tested by

no test coverage detected