Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brewlabshq/qlaster-public
/ functions
Functions
169 in github.com/brewlabshq/qlaster-public
⨍
Functions
169
◇
Types & classes
43
Function
close_sentinel_marks_consumer_closed
()
src/shm/ring.rs:313
Function
compression_probe_accepts_low_entropy_payload
()
src/types.rs:1432
Function
compression_probe_rejects_high_entropy_payload
()
src/types.rs:1438
Function
compression_probe_skips_below_threshold
()
src/types.rs:1451
Function
connection_ready_shm_rejects_missing_fields
()
src/types.rs:1187
Function
connection_ready_shm_roundtrip
()
src/types.rs:1172
Method
create
Create a new shared-memory byte queue at `path` with at least `capacity` bytes of queue storage.
src/shm/ring.rs:60
Function
create_and_simple_push_pop_roundtrip
()
src/shm/ring.rs:239
Method
decode
(bytes: &[u8])
src/types.rs:147
Method
decode_owned
(bytes: Vec<u8>)
src/types.rs:637
Method
decode_owned_with_meta
( bytes: Vec<u8>, )
src/types.rs:607
Function
decode_rejects_truncated_and_garbage_payloads
()
src/types.rs:1396
Method
decode_with_meta
(bytes: &[u8])
src/types.rs:577
Method
default
()
src/metrics.rs:35
Method
defaults
(uds_path: impl Into<PathBuf>)
src/sender/mod.rs:53
Method
drop
(&mut self)
src/shm/ring.rs:150
Method
drop
(&mut self)
src/consumer/shm.rs:47
Method
dropped_frames
(&self)
src/shm/ring.rs:144
Function
empty_filter_matches_nothing
()
src/sender/mod.rs:743
Function
filter_from_request_deduplicates_and_matches_pubkey_or_owner
()
src/sender/mod.rs:684
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/shm/ring.rs:31
Function
frame_decode_routes_by_tag
()
src/types.rs:1317
Function
frame_larger_than_capacity_is_rejected
()
src/shm/ring.rs:302
Function
framed_roundtrip_supports_multiple_and_empty_payloads
()
src/wire.rs:44
Method
from_bytes
(payload: Bytes)
src/types.rs:433
Method
from_decoded
( decoded: DecodedAccountUpdate, payload: Bytes, )
src/types.rs:641
Method
from_owned_fd
(fd: OwnedFd)
src/shm/eventfd.rs:61
Method
from_request
(req: &SubscriptionRequest)
src/sender/mod.rs:160
Method
from_sets
( account_pubkeys: HashSet<solana_pubkey::Pubkey>, account_owners: HashSet<solana_pubkey::Pubk
src/sender/mod.rs:128
Method
from_slice
(payload: &[u8])
src/types.rs:429
Method
into_bytes
(self)
src/types.rs:449
Method
is_stale
(entry: &ManagedConnection)
src/sender/mod.rs:240
Method
metrics
(&self)
src/consumer/shm.rs:211
Function
multi_part_frames_concatenate_correctly
()
src/shm/ring.rs:253
Function
multiple_shm_consumers_get_disjoint_filters
()
tests/shm_flow.rs:350
Method
new
(slot_index: u8, generation: u64)
src/types.rs:84
Method
new
()
src/metrics.rs:120
Method
new
()
src/shm/eventfd.rs:46
Method
new
()
src/sender/mod.rs:226
Function
notify_on_consumer_side_handle_is_unsupported
()
src/shm/eventfd.rs:408
Function
notify_then_drain_returns_count
()
src/shm/eventfd.rs:363
Method
now_ms
()
src/sender/mod.rs:233
Method
parse
(bytes: &[u8])
src/types.rs:908
Method
path
(&self)
src/shm/ring.rs:104
Method
peek
(&self)
src/metrics.rs:101
Function
ping_and_ready_roundtrip
()
src/types.rs:1201
Function
queue_wraps_without_splitting_frames
()
src/shm/ring.rs:281
Function
read_framed_rejects_oversized_frame_header
()
src/wire.rs:62
Function
read_framed_rejects_truncated_payload
()
src/wire.rs:80
Function
request_rejects_invalid_version_and_tag
()
src/types.rs:1338
Function
ring_full_returns_shm_full_and_drops_frame
()
src/shm/ring.rs:266
Function
round_trip_payload_and_fd
()
src/shm/uds.rs:255
Function
round_trip_without_fd_returns_none
()
src/shm/uds.rs:282
Function
sample_update
(account_pubkey: Pubkey, account_owner: Pubkey)
src/sender/mod.rs:670
Method
shm
(ring: Arc<ShmRingProducer>, wakeup: Arc<EventFd>)
src/transport.rs:32
Function
shm_end_to_end_filter_and_delivery
()
tests/shm_flow.rs:91
Function
shm_slot_stream_is_always_on
()
tests/shm_flow.rs:304
Function
shm_transaction_stream_requires_subscription
()
tests/shm_flow.rs:214
Method
slot_token
(entry: &ManagedConnection)
src/sender/mod.rs:270
Function
slot_update_roundtrip_and_metadata
()
src/types.rs:1291
Function
subscription_request_roundtrip
()
src/types.rs:1158
Method
total_len
(&self)
src/transport.rs:19
Function
transaction_subscription_is_explicit_and_sticky
()
src/sender/mod.rs:730
Function
transaction_update_roundtrip_and_metadata
()
src/types.rs:1262
Method
transactions
()
src/types.rs:110
Method
try_from
(value: Bytes)
src/types.rs:461
Method
try_push
Push a frame to the ring. On failure (sink closed / ring out of room), the frame is returned so the caller can drop the slow consumer.
src/transport.rs:38
Function
update_rejects_invalid_version_and_tag
()
src/types.rs:1363
Method
with_slot_write_version
(mut self, slot: u64, write_version: u64)
src/types.rs:505
← previous
101–169 of 169, ranked by callers