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

Function assert_send

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

Source from the content-addressed store, hash-verified

527 }
528
529 const fn assert_send<T: Send>() {}
530 const fn assert_sync<T: Sync>() {}
531
532 const _: () = assert_send::<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…