Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/19h/dazhbog
/ functions
Functions
746 in github.com/19h/dazhbog
⨍
Functions
746
◇
Types & classes
159
Function
init_reflected
()
src/engine/crc32c.rs:17
Function
init_reflected
()
src/common/hash.rs:20
Function
init_reflected
()
src/bin/recover.rs:174
Function
init_reflected
()
src/bin/dump_functions.rs:64
Method
into_inner
(self)
src/net/peekable.rs:47
Method
invalidate_binary_overlap_cache
(&self, md5: &[u8; 16])
src/engine/context_index.rs:854
Function
is_mangled
Check if a name appears to be mangled
src/common/demangle.rs:146
Function
is_sdacl_byte
(t: u8)
src/protocol/lumina/type_decoder.rs:1618
Function
key_tag
(key: u128)
src/common/hash.rs:90
Function
main
()
src/main.rs:102
Function
main
()
src/bin/dump_function_names.rs:137
Function
main
()
src/bin/eval_semantic.rs:455
Function
main
()
src/bin/export_function_binary_csv.rs:239
Function
main
()
src/bin/stats.rs:4
Function
main
()
src/bin/test_crc.rs:44
Function
main
()
src/bin/recover.rs:1327
Function
main
()
src/bin/audit_neighbor_tokens.rs:168
Function
main
()
src/bin/dump_functions.rs:382
Function
metadata_chunk_roundtrip_preserves_known_and_unknown_keys
()
tests/semantic_matching.rs:17
Function
metadata_chunk_to_json
(chunk: &MetadataChunk)
src/api/http/handlers.rs:770
Function
metadata_quality_score
(name: &str, metadata: &FunctionMetadata)
src/db/semantic.rs:211
Method
new
(ty: &'a [u8], fields: &'a [u8])
src/protocol/lumina/type_decoder.rs:417
Method
new
()
src/protocol/lumina/metadata.rs:170
Method
new
(total_size: u64)
src/engine/segment.rs:249
Method
new
(db: &sled::Db)
src/engine/index.rs:63
Method
new
()
src/engine/spin.rs:12
Method
new
Create a new peekable stream with a pre-read buffer. The `prefix` bytes will be returned first when reading from this stream.
src/net/peekable.rs:25
Method
new
Create a new budget with the given limit in bytes.
src/net/budget.rs:17
Method
new
(total_binaries: u64, total_rows_estimate: u64)
src/bin/export_function_binary_csv.rs:82
Method
new
(name: &str, total: u64)
src/bin/recover.rs:29
Method
new
Create a new empty failure cache.
src/db/failure_cache.rs:24
Method
new_with_demangled
Create a new SearchHit with pre-computed demangled name
src/engine/search/types.rs:84
Function
now_ts_sec
()
src/common/time.rs:7
Function
opaque_blob_to_json
(blob: OpaqueMetadataBlob)
src/api/http/handlers.rs:779
Method
open
Open or create a search index at the given directory.
src/engine/search/index.rs:202
Method
open
Open or create a database with the given configuration.
src/db/database.rs:213
Method
open_at_path
Open context_db directly at the given path (for recover tool migration).
src/engine/context_index.rs:110
Method
open_for_replay
(cfg: Engine, scoring: Scoring)
src/engine/mod.rs:38
Method
open_for_replay
Open the database for offline replay/evaluation without rebuilding search.
src/db/database.rs:236
Method
open_inner
(cfg: Engine, scoring: Scoring, rebuild_search: bool)
src/engine/mod.rs:42
Method
open_internal
(ctx_dir: &Path)
src/engine/context_index.rs:115
Method
open_or_create
Open or create context_db (for recover tool).
src/engine/context_index.rs:103
Function
pack_var_bytes
(bytes: &[u8])
src/protocol/lumina/wire.rs:220
Method
poll_flush
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
src/net/peekable.rs:81
Method
poll_flush
(self: Pin<&mut Self>, _cx: &mut Context<'_>)
tests/lumina_authoritative.rs:25
Method
poll_read
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>, )
src/net/peekable.rs:53
Method
poll_shutdown
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
src/net/peekable.rs:85
Method
poll_shutdown
( self: Pin<&mut Self>, _cx: &mut Context<'_>, )
tests/lumina_authoritative.rs:29
Method
poll_write
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8], )
src/net/peekable.rs:73
Method
poll_write
( mut self: Pin<&mut Self>, _cx: &mut Context<'_>, buf: &[u8], )
tests/lumina_authoritative.rs:16
Function
progress_bar
(pct: f64, width: usize)
src/bin/export_function_binary_csv.rs:201
Method
push_with_ctx_sync
Synchronous implementation of push_with_ctx (runs on blocking thread pool).
src/db/database.rs:335
Function
put_u128_le
(dst: &mut BytesMut, v: u128)
src/protocol/codec.rs:11
Method
record_context_observation
( rt: &EngineRuntime, key: u128, name: &str, data: &[u8], ctx: &OwnedP
src/db/database.rs:568
Method
refresh_canonical_for_key
( rt: &EngineRuntime, key: u128, )
src/db/database.rs:659
Function
rejected_function_name_policy_catches_generated_names
()
tests/semantic_matching.rs:159
Method
sane
()
src/engine/index.rs:18
Function
sanitize_basename
Extract only the filename from a path, stripping directories. Handles both Unix (/) and Windows (\) path separators regardless of platform. Prevents l
src/engine/search/index.rs:153
Function
scan_segment_tree
(tree: &sled::Tree)
src/bin/recover.rs:242
Method
search_functions
Search functions by query string. Returns up to `limit` results.
src/db/database.rs:802
Function
semantic_neighbor_search_prefers_related_functions
()
tests/semantic_neighbors.rs:57
Function
semantic_neighbors_prefer_same_family_candidates
()
tests/semantic_neighbors.rs:108
Function
send_lumina_notify
Send a Lumina Notify response (0x0c).
src/protocol/lumina/builder.rs:106
Method
set_indexed_funcs
(&self, n: u64)
src/api/metrics.rs:290
Method
set_search_docs
(&self, n: u64)
src/api/metrics.rs:320
Method
set_storage_bytes
(&self, n: u64)
src/api/metrics.rs:315
Method
set_total_records
(&self, n: u64)
src/api/metrics.rs:300
Method
set_unique_binaries
(&self, n: u64)
src/api/metrics.rs:354
Method
sled_db
Get reference to the sled database.
src/engine/segment.rs:962
Method
source
(&self)
src/common/error.rs:79
Function
split_metadata_chunks
(data: &[u8])
src/protocol/lumina/metadata.rs:611
Function
strict_request_shaping_removes_unrequested_chunks
()
tests/semantic_matching.rs:99
Function
test_authoritative_hello_parsing
()
tests/lumina_authoritative.rs:142
Function
test_authoritative_metadata_mdk_cmts
()
tests/lumina_authoritative.rs:252
Function
test_authoritative_metadata_mdk_frame_desc
()
tests/lumina_authoritative.rs:219
Function
test_authoritative_metadata_mdk_type
()
tests/lumina_authoritative.rs:196
Function
test_authoritative_pull_md_parsing
()
tests/lumina_authoritative.rs:165
Function
test_authoritative_result_builders
()
tests/lumina_authoritative.rs:292
Function
test_authoritative_varint_dd
()
tests/lumina_authoritative.rs:42
Function
test_authoritative_varint_dq
()
tests/lumina_authoritative.rs:102
Function
test_authoritative_varint_dw
()
tests/lumina_authoritative.rs:86
Function
test_authoritative_varint_ea64
()
tests/lumina_authoritative.rs:122
Function
test_coff_import_wrapper
()
src/common/demangle.rs:193
Function
test_concurrent_connection_flood
()
tests/security_fuzzing.rs:597
Function
test_connection_churn
()
tests/performance_stress.rs:266
Function
test_connection_state_corruption
()
tests/security_fuzzing.rs:309
Function
test_database_corruption_resistance
()
tests/security_fuzzing.rs:519
Function
test_db_delete
()
tests/database_integration.rs:132
Function
test_db_open_and_close
()
tests/database_integration.rs:41
Function
test_db_push_and_get_latest
()
tests/database_integration.rs:54
Function
test_db_push_identical
()
tests/database_integration.rs:176
Function
test_db_rejected_push_is_ignored
()
tests/database_integration.rs:205
Function
test_db_update_and_get_history
()
tests/database_integration.rs:85
Function
test_endianness_and_byte_order
()
tests/boundary_conditions.rs:393
Function
test_error_recovery_and_robustness
()
tests/boundary_conditions.rs:496
Function
test_extended_protocol_fuzzing
()
tests/security_fuzzing.rs:671
Function
test_frame_size_edge_cases
()
tests/boundary_conditions.rs:169
Function
test_frame_size_overflows
()
tests/security_fuzzing.rs:88
Function
test_go_middle_dot
()
src/common/demangle.rs:185
Function
test_gradual_load_increase
()
tests/performance_stress.rs:322
← previous
next →
601–700 of 746, ranked by callers