MCPcopy Create free account
hub / github.com/influxdata/influxdb / assert_sync

Function assert_sync

core/linear_buffer/src/linear_buffer.rs:530–530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

528
529 const fn assert_send<T: Send>() {}
530 const fn assert_sync<T: Sync>() {}
531
532 const _: () = assert_send::<LinearBuffer>();
533 const _: () = assert_sync::<LinearBuffer>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…