Skip to content

Commit 7cc054d

Browse files
committed
chore: inline
1 parent 4c5574b commit 7cc054d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/cubestore/cubestore/src/cachestore/cache_rocksstore.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ impl RocksCacheStore {
502502
}
503503

504504
impl RocksCacheStore {
505+
#[inline(always)]
505506
pub async fn write_operation_queue<F, R>(
506507
&self,
507508
op_name: &'static str,
@@ -519,6 +520,7 @@ impl RocksCacheStore {
519520
.await
520521
}
521522

523+
#[inline(always)]
522524
pub async fn read_operation_queue<F, R>(
523525
&self,
524526
op_name: &'static str,

0 commit comments

Comments
 (0)