mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-31 04:08:30 +00:00
improve tracing instruments on database::map
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
6c66391988
commit
62d560e2fb
15 changed files with 15 additions and 38 deletions
|
@ -149,6 +149,7 @@ where
|
|||
/// - Key is serialized to supplied buffer
|
||||
/// - Val is raw
|
||||
#[implement(super::Map)]
|
||||
#[tracing::instrument(skip(self, val, buf), level = "trace")]
|
||||
pub fn bput_raw<K, V, Bk>(&self, key: K, val: V, mut buf: Bk)
|
||||
where
|
||||
K: Serialize + Debug,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue