Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chiicake/hybrid-kv
/ functions
Functions
617 in github.com/Chiicake/hybrid-kv
⨍
Functions
617
◇
Types & classes
131
↓ 1 callers
Method
stop
(&self)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:195
↓ 1 callers
Method
stop_benchmark
(&self, run_id: &str)
hkv-gui/src-tauri/src/state.rs:95
↓ 1 callers
Method
stop_server
(&self)
hkv-gui/src-tauri/src/state.rs:112
↓ 1 callers
Method
store_runs_for_test
(&self, runs: &[BenchmarkRun])
hkv-gui/src-tauri/src/run_repository.rs:90
↓ 1 callers
Method
subscribe_benchmark_lifecycle
(&self)
hkv-gui/src-tauri/src/state.rs:101
↓ 1 callers
Function
sustained_skew_window
()
hkv-server/tests/hotness_workloads.rs:326
↓ 1 callers
Method
take_error
(&self)
hkv-gui/src-tauri/src/info_poller.rs:124
↓ 1 callers
Method
take_stderr
(&mut self)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:57
↓ 1 callers
Method
take_stdout
(&mut self)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:50
↓ 1 callers
Function
temp_storage_dir
(test_name: &str)
hkv-gui/src-tauri/src/commands.rs:138
↓ 1 callers
Function
temporal_shift_workload_first_window
()
hkv-server/tests/hotness_workloads.rs:284
↓ 1 callers
Function
temporal_shift_workload_second_window
()
hkv-server/tests/hotness_workloads.rs:292
↓ 1 callers
Function
test_server_config
(shutdown_drain_timeout: Duration)
hkv-server/src/server.rs:795
↓ 1 callers
Method
touch
(&mut self)
hkv-common/src/types.rs:427
↓ 1 callers
Method
try_reserve
(&self)
hkv-client/src/pool.rs:106
↓ 1 callers
Method
ttl
(&self, key: &[u8])
hkv-server/src/server.rs:789
↓ 1 callers
Method
ttl
Returns TTL status for a key. Converts Redis TTL conventions (-2 missing, -1 no expiry) into `ClientTtl`.
hkv-client/src/client.rs:233
↓ 1 callers
Function
update_max
(max: &AtomicU64, value: u64)
hkv-server/src/metrics.rs:261
↓ 1 callers
Function
useRunSelection
(selectedRunId: string | null, compareSelection: string[])
hkv-gui/src/components/runs/useRunSelection.ts:6
↓ 1 callers
Function
useWorkbenchSnapshot
()
hkv-gui/src/components/layout/workbenchSnapshot.ts:10
↓ 1 callers
Method
validate
(&self)
hkv-gui/src-tauri/src/models.rs:19
↓ 1 callers
Function
validateBenchmarkForm
(values: BenchmarkFormValues)
hkv-gui/src/components/benchmarks/form-model.ts:49
↓ 1 callers
Method
wait
(&mut self)
hkv-gui/src-tauri/src/server_manager.rs:83
↓ 1 callers
Method
wait
(&mut self)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:46
↓ 1 callers
Function
with_keepalive_interval
(keepalive: TcpKeepalive, interval: Duration)
hkv-server/src/server.rs:619
↓ 1 callers
Function
with_keepalive_retries
(keepalive: TcpKeepalive, retries: u32)
hkv-server/src/server.rs:659
↓ 1 callers
Function
write_bulk
(stream: &mut TcpStream, data: &[u8])
hkv-client/tests/client.rs:109
↓ 1 callers
Function
write_u64_le
(value: u64, buffer: &mut [u8])
hkv-engine/src/bin/bench_engine.rs:109
↓ 1 callers
Function
zipf_like_skew_workload
()
hkv-server/tests/hotness_workloads.rs:275
Function
AppShell
()
hkv-gui/src/components/layout/AppShell.tsx:7
Function
BenchmarkForm
({ busy, errors, values, onChange, onSubmit }: BenchmarkFormProps)
hkv-gui/src/components/benchmarks/BenchmarkForm.tsx:13
Function
Benchmarks
()
hkv-gui/src/routes/Benchmarks.tsx:76
Function
Config
()
hkv-gui/src/routes/Config.tsx:3
Function
HotKeys
()
hkv-gui/src/routes/HotKeys.tsx:3
Function
InfoSummaryPanel
({ snapshot }: InfoSummaryPanelProps)
hkv-gui/src/components/server/InfoSummaryPanel.tsx:16
Function
Kernel
()
hkv-gui/src/routes/Kernel.tsx:3
Function
MetricsCards
({ run }: MetricsCardsProps)
hkv-gui/src/components/benchmarks/MetricsCards.tsx:13
Function
Overview
()
hkv-gui/src/routes/Overview.tsx:24
Function
PlaceholderRoute
(props: PlaceholderRouteProps)
hkv-gui/src/routes/PlaceholderRoute.tsx:8
Function
ResultCharts
({ run }: ResultChartsProps)
hkv-gui/src/components/benchmarks/ResultCharts.tsx:16
Function
RunComparison
({ runs }: RunComparisonProps)
hkv-gui/src/components/runs/RunComparison.tsx:12
Function
RunConsole
({ activeRunId, events }: RunConsoleProps)
hkv-gui/src/components/benchmarks/RunConsole.tsx:8
Function
RunDetail
({ run }: RunDetailProps)
hkv-gui/src/components/runs/RunDetail.tsx:11
Function
RunList
({ compareSelection, runs, selectedRunId, onCompareToggle, onSelectRun }: RunListProps)
hkv-gui/src/components/runs/RunList.tsx:15
Function
Runs
()
hkv-gui/src/routes/Runs.tsx:10
Function
Server
()
hkv-gui/src/routes/Server.tsx:42
Function
ServerControlPanel
({ busy, status, onStart, onStop }: ServerControlPanelProps)
hkv-gui/src/components/server/ServerControlPanel.tsx:10
Function
ServerStatusPanel
({ status }: ServerStatusPanelProps)
hkv-gui/src/components/server/ServerStatusPanel.tsx:7
Function
Settings
()
hkv-gui/src/routes/Settings.tsx:25
Function
Sidebar
()
hkv-gui/src/components/layout/Sidebar.tsx:5
Function
TopStatusBar
({ snapshot }: TopStatusBarProps)
hkv-gui/src/components/layout/TopStatusBar.tsx:8
Method
age_nanos
Returns entry age in nanoseconds
hkv-common/src/types.rs:445
Function
app_state_merges_persisted_and_active_run_summaries
()
hkv-gui/src-tauri/src/state.rs:292
Function
app_state_provides_default_contract_handles
()
hkv-gui/src-tauri/src/state.rs:259
Function
app_state_surfaces_info_poll_failures_through_server_status
()
hkv-gui/src-tauri/src/state.rs:279
Function
benchmark_run_and_result_capture_contract_fields
()
hkv-gui/src-tauri/src/models.rs:218
Function
benchmark_run_request_serializes_with_stable_shape
()
hkv-gui/src-tauri/src/models.rs:174
Function
benchmark_run_request_validation_rejects_invalid_values
()
hkv-gui/src-tauri/src/models.rs:201
Function
build_command_does_not_depend_on_runner_type_field
()
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:572
Function
builds_redis_benchmark_command_from_request
()
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:544
Function
classify_write_error
(err: std::io::Error)
hkv-client/src/pool.rs:261
Function
client_reconnects_after_idle_connection_fails_health_check
()
hkv-client/tests/client.rs:223
Function
client_retries_retryable_write_failure_on_fresh_connection
()
hkv-client/tests/client.rs:233
Function
client_set_get_roundtrip
()
hkv-client/tests/client.rs:185
Function
client_set_with_ttl_uses_single_set_ex_command
()
hkv-client/tests/client.rs:206
Function
client_ttl_and_delete
()
hkv-client/tests/client.rs:241
Function
command_errors_return_stable_resp_errors_without_closing_connection
()
hkv-server/tests/expanded.rs:104
Function
command_registration_exposes_expected_surface
()
hkv-gui/src-tauri/src/commands.rs:154
Function
concurrent_access_preserves_per_key_correctness
()
hkv-engine/src/memory.rs:940
Function
concurrent_clients_can_read_and_write_independent_keys
()
hkv-server/tests/expanded.rs:51
Function
configure_accepted_stream_enables_nodelay_and_keepalive
()
hkv-server/src/server.rs:832
Method
connect
(&self, _address: &str)
hkv-gui/src-tauri/src/state.rs:235
Method
connect
(config: &PoolConfig)
hkv-client/src/pool.rs:188
Method
connect
Creates a client with default configuration.
hkv-client/src/client.rs:147
Function
converts_from_code
()
hkv-common/src/error.rs:161
Function
corrupted_repository_data_recovers_to_empty_state
()
hkv-gui/src-tauri/src/run_repository.rs:251
Function
createBenchmarkFormDefaults
()
hkv-gui/src/components/benchmarks/form-model.ts:28
Function
current_info_snapshot
( state: tauri::State<'_, AppState>, )
hkv-gui/src-tauri/src/commands.rs:115
Method
default
()
hkv-gui/src-tauri/src/state.rs:22
Method
default
()
hkv-gui/src-tauri/src/info_poller.rs:55
Method
default
()
hkv-gui/src-tauri/src/server_manager.rs:108
Method
default
()
hkv-server/src/protocol.rs:112
Method
default
()
hkv-server/src/metrics.rs:131
Method
default
()
hkv-client/src/client.rs:123
Method
default
()
hkv-common/src/protocol.rs:444
Method
default
()
hkv-engine/src/memory.rs:581
Function
default_binary_path_points_at_this_workspace_target_directory
()
hkv-gui/src-tauri/src/server_manager.rs:538
Function
default_request
()
hkv-gui/src-tauri/src/server_manager.rs:379
Method
delete
Deletes a key and returns whether a live entry was removed. Expired entries are treated as missing to match Redis semantics.
hkv-engine/src/memory.rs:636
Function
delete_removes_key
()
hkv-engine/src/memory.rs:797
Function
dispatch_command_skips_observation_on_engine_error
()
hkv-server/src/server.rs:1007
Method
drop
(&mut self)
hkv-client/src/pool.rs:159
Method
empty
()
hkv-common/src/types.rs:336
Function
empty_repository_returns_no_runs_and_no_detail
()
hkv-gui/src-tauri/src/run_repository.rs:186
Function
encodes_command
()
hkv-client/src/resp.rs:183
Method
entry_size
Calculates entry size for eviction accounting. This ignores allocator overhead to keep the computation zero-cost.
hkv-engine/src/memory.rs:534
Method
eq
(&self, other: &Self)
hkv-common/src/types.rs:79
Method
error_rate
Returns the fraction of requests that produced an error response.
hkv-server/src/metrics.rs:148
Function
event_contracts_match_frontend_consumable_envelopes
()
hkv-gui/src-tauri/src/commands.rs:203
Method
events
(&self)
hkv-server/src/observation/exact.rs:59
← previous
next →
301–400 of 617, ranked by callers