MCPcopy Create free account

hub / github.com/Chiicake/hybrid-kv / functions

Functions617 in github.com/Chiicake/hybrid-kv

↓ 3 callersFunctionsaveRuntimePreferences
(input: Partial<RuntimePreferences>)
hkv-gui/src/lib/runtime-preferences.ts:61
↓ 3 callersFunctionserve_with_shutdown_with_observation
( listener: tokio::net::TcpListener, engine: Arc<E>, metrics: Arc<Metrics>, observation_log: O
hkv-server/src/server.rs:114
↓ 3 callersFunctionserverStatus
()
hkv-gui/src/lib/api.ts:66
↓ 3 callersMethodserver_status
(&self)
hkv-gui/src-tauri/src/state.rs:118
↓ 3 callersMethodset_with_ttl
Inserts or replaces a key and attaches an expiration atomically.
hkv-engine/src/memory.rs:628
↓ 3 callersFunctionspawn_server
( expected_commands: usize, handler: fn(usize, Vec<Vec<u8>>, &mut TcpStream), )
hkv-client/tests/client.rs:9
↓ 3 callersFunctionspawn_server_for_test
( shutdown_drain_timeout: Duration, )
hkv-server/src/server.rs:802
↓ 3 callersFunctionspawn_test_server
()
hkv-server/tests/observation.rs:15
↓ 3 callersFunctionstopServer
()
hkv-gui/src/lib/api.ts:62
↓ 3 callersMethodstore_runs
(&self, runs: &[BenchmarkRun])
hkv-gui/src-tauri/src/run_repository.rs:53
↓ 2 callersMethodas_u8
Convert command to u8 number
hkv-common/src/ioctl.rs:320
↓ 2 callersFunctionassert_top_keys_in_current_evaluator_order
( actual: &[ExactHotKey], expected: &[(&[u8], u64, u64, u64)], )
hkv-server/tests/hotness_workloads.rs:253
↓ 2 callersFunctionassert_window_state_cleared
(captures: &[StabilityCapture], expected_window_events: usize)
hkv-server/tests/hotness_workloads.rs:229
↓ 2 callersFunctionbarWidth
(value: number, max: number)
hkv-gui/src/components/benchmarks/ResultCharts.tsx:8
↓ 2 callersFunctionbuildBenchmarkRequest
(values: BenchmarkFormValues)
hkv-gui/src/components/benchmarks/form-model.ts:84
↓ 2 callersFunctionbuild_buffers
(count: usize, size: usize, seed: u64)
hkv-engine/src/bin/bench_engine.rs:115
↓ 2 callersFunctionclient_with_retry
(addr: String, max_retries: usize)
hkv-client/tests/client.rs:129
↓ 2 callersMethodcode
Returns the stable numeric code for the error.
hkv-common/src/error.rs:72
↓ 2 callersFunctioncompleted_stdout
()
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:529
↓ 2 callersFunctiondefault_run_repository
()
hkv-gui/src-tauri/src/state.rs:136
↓ 2 callersFunctiondefault_server_binary_path
()
hkv-gui/src-tauri/src/server_manager.rs:390
↓ 2 callersMethoddelete
(&self, key: &[u8])
hkv-server/src/server.rs:770
↓ 2 callersFunctiondeltaLabel
(current: number | null, previous: number | null, suffix: string)
hkv-gui/src/routes/Overview.tsx:7
↓ 2 callersFunctionencode_command
Encodes a RESP2 array command into the provided buffer.
hkv-client/src/resp.rs:43
↓ 2 callersFunctionencode_u64
(mut value: u64)
hkv-client/src/client.rs:311
↓ 2 callersFunctionformatInteger
(value: number | null | undefined)
hkv-gui/src/lib/format.ts:1
↓ 2 callersFunctionformatRequestBudget
(value: number)
hkv-gui/src/routes/Benchmarks.tsx:18
↓ 2 callersFunctionformatSigned
(value: number, suffix: string)
hkv-gui/src/components/runs/RunComparison.tsx:7
↓ 2 callersMethodget
(&self)
hkv-common/src/types.rs:255
↓ 2 callersMethodinfo
Fetches server INFO output. Returns the raw bulk payload; parsing is left to the caller.
hkv-client/src/client.rs:264
↓ 2 callersMethodinfo_snapshot
(&self)
hkv-gui/src-tauri/src/state.rs:126
↓ 2 callersFunctionisBrowserEnvironment
()
hkv-gui/src/lib/runtime-preferences.ts:15
↓ 2 callersFunctionis_error_response
(response: &[u8])
hkv-server/src/server.rs:557
↓ 2 callersFunctionloadWorkbenchSnapshot
()
hkv-gui/src/lib/api.ts:74
↓ 2 callersMethodlru_push_back
Appends `idx` to the LRU tail (most recently used). This keeps updates O(1) without heap pointers.
hkv-engine/src/memory.rs:197
↓ 2 callersMethodlru_remove
Detaches `idx` from the LRU list. Call this before re-linking or removing the node.
hkv-engine/src/memory.rs:166
↓ 2 callersFunctionmergeError
(current: BenchmarkRun | null, message: string)
hkv-gui/src/routes/Benchmarks.tsx:44
↓ 2 callersFunctionmetricValue
(value: number | null, suffix: string)
hkv-gui/src/components/runs/RunList.tsx:11
↓ 2 callersMethodnext_index
(&mut self, mask: usize)
hkv-engine/src/bin/bench_engine.rs:104
↓ 2 callersFunctionnormalizeString
(value: unknown, fallback: string)
hkv-gui/src/lib/runtime-preferences.ts:19
↓ 2 callersMethodobservations
(&self)
hkv-server/src/observation.rs:47
↓ 2 callersFunctiononServerEvent
( handler: (payload: ServerEventEnvelope) => void )
hkv-gui/src/lib/api.ts:115
↓ 2 callersFunctionparse_info_snapshot
(captured_at: &str, raw: &str)
hkv-gui/src-tauri/src/server_manager.rs:289
↓ 2 callersFunctionparse_key_value_segment
(line: &str, key: &str)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:414
↓ 2 callersMethodparse_output
(&self, stdout: &str, stderr: &str)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:120
↓ 2 callersFunctionparse_u64
(arg: &[u8])
hkv-server/src/server.rs:687
↓ 2 callersFunctionparse_usize
(data: &[u8])
hkv-server/src/protocol.rs:130
↓ 2 callersFunctionparse_usize
(data: &[u8])
hkv-client/tests/client.rs:82
↓ 2 callersFunctionpush_usize
(out: &mut Vec<u8>, mut value: usize)
hkv-client/src/resp.rs:158
↓ 2 callersFunctionread_line
(buf: &mut BytesMut)
hkv-server/src/protocol.rs:117
↓ 2 callersFunctionread_line
(reader: &mut BufReader<TcpStream>, buf: &mut Vec<u8>)
hkv-client/tests/client.rs:66
↓ 2 callersFunctionread_stream
( mut reader: Box<dyn Read + Send>, events: Sender<BenchmarkLifecycleEvent>, )
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:316
↓ 2 callersFunctionreap_connection_task
(join_result: Result<std::io::Result<()>, tokio::task::JoinError>)
hkv-server/src/server.rs:589
↓ 2 callersMethodrecord
Records a latency measurement into the histogram. Caller passes `Duration` to avoid unit ambiguity.
hkv-server/src/metrics.rs:190
↓ 2 callersMethodrecord_error
Records an error response.
hkv-server/src/metrics.rs:114
↓ 2 callersFunctionrefresh
()
hkv-gui/src/routes/Server.tsx:54
↓ 2 callersFunctionrefreshed_ttl_long
()
hkv-engine/src/memory.rs:757
↓ 2 callersFunctionrefreshed_ttl_short
()
hkv-engine/src/memory.rs:753
↓ 2 callersFunctionrefreshed_ttl_sleep
()
hkv-engine/src/memory.rs:761
↓ 2 callersFunctionregister_commands
(builder: tauri::Builder<tauri::Wry>)
hkv-gui/src-tauri/src/commands.rs:50
↓ 2 callersFunctionreport
(label: &str, ops: usize, elapsed: std::time::Duration)
hkv-engine/src/bin/bench_engine.rs:125
↓ 2 callersFunctionrun_overhead_series
( addr: SocketAddr, config: OverheadWorkflowConfig, )
hkv-server/tests/observation.rs:204
↓ 2 callersFunctionrun_overhead_workload
( addr: SocketAddr, config: OverheadWorkloadConfig, )
hkv-server/tests/observation.rs:140
↓ 2 callersFunctionrun_sustained_stability_harness
( windows: Vec<Vec<ObservationEvent>>, retained_captures: usize, top_keys_limit: usize, )
hkv-server/tests/hotness_workloads.rs:171
↓ 2 callersFunctionsanitizeRuntimePreferences
(input: Partial<RuntimePreferences>)
hkv-gui/src/lib/runtime-preferences.ts:28
↓ 2 callersMethodschedule_expiration
Adds or refreshes a node in the TTL heap.
hkv-engine/src/memory.rs:250
↓ 2 callersFunctionsend_raw
(addr: SocketAddr, request: &[u8])
hkv-server/tests/metrics.rs:38
↓ 2 callersMethodset
(&mut self, flag: u8)
hkv-common/src/types.rs:366
↓ 2 callersFunctionspawn_test_server
()
hkv-server/tests/metrics.rs:13
↓ 2 callersFunctionspawn_test_server
()
hkv-server/tests/expanded.rs:14
↓ 2 callersFunctionsplit_target_addr
(target_addr: &str)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:360
↓ 2 callersFunctionstable_sustained_skew_windows
(window_count: usize)
hkv-server/tests/hotness_workloads.rs:322
↓ 2 callersFunctionstartBenchmark
(request: BenchmarkRunRequest)
hkv-gui/src/lib/api.ts:42
↓ 2 callersMethodstatus
(&self)
hkv-gui/src-tauri/src/server_manager.rs:233
↓ 2 callersFunctionstopBenchmark
(runId: string)
hkv-gui/src/lib/api.ts:46
↓ 2 callersFunctionsummarizeLatestRun
(snapshot: WorkbenchSnapshot | null)
hkv-gui/src/components/layout/workbenchSnapshot.ts:82
↓ 2 callersFunctionsummarizeWorkbenchStatus
(snapshot: WorkbenchSnapshot | null)
hkv-gui/src/components/layout/workbenchSnapshot.ts:66
↓ 2 callersFunctionsummarize_runs
(runs: &[OverheadRunMetrics])
hkv-server/tests/observation.rs:219
↓ 2 callersFunctiontemp_storage_dir
(test_name: &str)
hkv-gui/src-tauri/src/state.rs:248
↓ 2 callersMethodtotal_ops_per_run
(self)
hkv-server/tests/observation.rs:101
↓ 2 callersMethodtouch
Marks a node as recently used by moving it to the tail. Skips relinking if the node is already the tail.
hkv-engine/src/memory.rs:218
↓ 2 callersFunctionvalidate_request
(request: &BenchmarkRunRequest)
hkv-gui/src-tauri/src/runners/redis_benchmark.rs:344
↓ 2 callersMethodwait
(&mut self)
hkv-gui/src-tauri/src/state.rs:227
↓ 2 callersFunctionwrite_integer
(stream: &mut TcpStream, value: i64)
hkv-client/tests/client.rs:118
↓ 2 callersMethodwrite_value
Inserts or replaces a key and optionally attaches a TTL in one write. When `ttl` is `Some`, the value and expiration become visible together under th
hkv-engine/src/memory.rs:467
↓ 1 callersMethodacquire
Acquires a connection from the pool.
hkv-client/src/pool.rs:77
↓ 1 callersFunctionadd
(left: u64, right: u64)
hkv-kernel/src/lib.rs:1
↓ 1 callersFunctionapplyBenchmarkProfile
(profile: string, values: BenchmarkFormValues)
hkv-gui/src/components/benchmarks/form-model.ts:38
↓ 1 callersMethodaverage_us
Returns the arithmetic mean latency in microseconds.
hkv-server/src/metrics.rs:226
↓ 1 callersMethodbackup_corrupted_store
(&self, contents: &str)
hkv-gui/src-tauri/src/run_repository.rs:58
↓ 1 callersFunctionbuildPhase2aHelper
(run: BenchmarkRun | null, terminalLineCount: number)
hkv-gui/src/routes/Benchmarks.tsx:30
↓ 1 callersFunctionbuild_tcp_keepalive
(config: ServerConfig)
hkv-server/src/server.rs:597
↓ 1 callersFunctionbursty_spike_workload
()
hkv-server/tests/hotness_workloads.rs:300
↓ 1 callersMethodcategory
Returns the coarse category of the error.
hkv-common/src/error.rs:77
↓ 1 callersFunctionclassify_read_error
(err: ClientError, no_response_bytes: bool)
hkv-client/src/pool.rs:282
↓ 1 callersFunctioncommand_names
()
hkv-gui/src-tauri/src/commands.rs:46
↓ 1 callersFunctioncompare_runs
(baseline: OverheadRunSummary, observed: OverheadRunSummary)
hkv-server/tests/observation.rs:252
↓ 1 callersFunctionconfigure_accepted_stream
(stream: &TcpStream, config: ServerConfig)
hkv-server/src/server.rs:561
↓ 1 callersMethodconnect
(&self, address: &str)
hkv-gui/src-tauri/src/info_poller.rs:41
↓ 1 callersFunctionconnect_stream
(config: &PoolConfig)
hkv-client/src/pool.rs:249
← previousnext →101–200 of 617, ranked by callers