Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acking-you/static_flow
/ functions
Functions
7,843 in github.com/acking-you/static_flow
⨍
Functions
7,843
◇
Types & classes
1,680
↓ 4 callers
Method
codex_status_key
(&self)
crates/llm-access-store/src/request_cache.rs:429
↓ 4 callers
Function
codex_surface_error_body_with_code
Like [`codex_surface_error_body`] but injects an OpenAI-style `error.code` (e.g. `server_is_overloaded`) so the Codex client can classify the failure
crates/llm-access/src/provider/errors.rs:197
↓ 4 callers
Function
codex_surface_error_response
(endpoint: &str, status: StatusCode, message: &str)
crates/llm-access/src/provider/errors.rs:209
↓ 4 callers
Function
collect_markdown_candidates
(value: &Value, output: &mut Vec<String>)
crates/backend/src/comment_worker.rs:656
↓ 4 callers
Function
collect_process_allocator
Ask mimalloc to return unused pages after allocation-heavy maintenance work.
crates/llm-access/src/allocator.rs:30
↓ 4 callers
Function
collect_state_files
(root: &Path, state: &str)
crates/llm-usage-journal/src/inspect.rs:26
↓ 4 callers
Function
comment_ai_chunks_schema
()
crates/store/src/comments_store.rs:959
↓ 4 callers
Function
compact_json
(value: Any)
skills/kiro-social-onboarder/scripts/onboard_kiro_social_github.py:56
↓ 4 callers
Function
compact_json
(value: Any)
skills/kiro-social-onboarder/scripts/onboard_kiro_social_google.py:54
↓ 4 callers
Function
compute_billable_tokens
Shared billable-token weighting used for gateway accounting. Cached input is billed at one tenth of uncached input, while output tokens are billed at
crates/llm-access-core/src/store/config.rs:426
↓ 4 callers
Function
compute_billable_tokens
Shared billable-token weighting used for gateway accounting. Cached input is billed at one tenth of uncached input, while output tokens are billed at
crates/store/src/llm_gateway_store/types.rs:106
↓ 4 callers
Function
compute_kiro_billable_tokens
Apply the configured Kiro model-family multiplier to billable tokens.
crates/llm-access-core/src/store/config.rs:450
↓ 4 callers
Method
connection_blocking
(&self)
crates/llm-access-store/src/request_cache.rs:811
↓ 4 callers
Function
contains_direct_identity_phrase
(lower_content: &str, phrase: &str)
crates/llm-access-kiro/src/anthropic/converter/identity.rs:159
↓ 4 callers
Function
content_items
(value: &Value)
crates/llm-access-codex/src/anthropic_messages.rs:222
↓ 4 callers
Method
cooldown_for_account
Return the remaining request-path cooldown for one Codex account. This state is intentionally local and ephemeral: - it is only used to keep request
crates/llm-access/src/provider/limiter.rs:77
↓ 4 callers
Function
counts
(real: i32, local: i32)
crates/llm-access-kiro/src/cache_sim/anchor_index.rs:348
↓ 4 callers
Method
create_admin_proxy_config
( &self, proxy: NewAdminProxyConfig, )
crates/llm-access-store/src/postgres/proxy.rs:490
↓ 4 callers
Function
create_legacy_usage_archive_without_stream_columns
(path: &std::path::Path)
crates/llm-access-store/src/duckdb/tests.rs:169
↓ 4 callers
Function
create_router
(state: Arc<LocalMediaState>)
crates/media-service/src/routes.rs:24
↓ 4 callers
Method
current_generation
(&self)
crates/llm-access-store/src/usage_catalog.rs:707
↓ 4 callers
Function
decode_journal_usage_batch
Decode one journal batch payload, accepting both current and legacy event layouts within schema version 1.
crates/llm-usage-journal/src/wire.rs:691
↓ 4 callers
Function
dedupe_documents_in_place
(documents: &mut Vec<KiroDocument>, seen: &mut HashSet<String>)
crates/llm-access-kiro/src/anthropic/converter/convert.rs:492
↓ 4 callers
Function
default_public_model_catalog_value
Build the standalone service's default public model catalog.
crates/llm-access-codex/src/models.rs:154
↓ 4 callers
Function
default_table_maintenance_tasks
()
crates/backend/src/table_maintenance.rs:295
↓ 4 callers
Function
delete_account
(base_url: str, name: str, token: str | None)
skills/kiro-social-onboarder/scripts/onboard_kiro_social_github.py:573
↓ 4 callers
Function
derived_moderation_session_key
Derive a stable content-scoped ban key for requests without any session id so identical retries are deduplicated in memory and by the store conflict.
crates/llm-access/src/moderation.rs:603
↓ 4 callers
Function
disconnect_rate
(group: &UsageMetricsGroupAccumulator)
crates/llm-access-store/src/duckdb/metrics.rs:36
↓ 4 callers
Function
duckdb_wal_path
(path: &Path)
crates/llm-access-store/src/duckdb/retention.rs:281
↓ 4 callers
Function
duration_ms
(started: Instant)
crates/llm-access-codex-image/src/gateway.rs:1011
↓ 4 callers
Function
elapsed_ms
(started: Instant)
crates/llm-access/src/anthropic_upstream_probe.rs:463
↓ 4 callers
Method
encode_section
Serialize the trie as a pre-order DFS section into `out`. With a token cap below the resident total, edges are emitted hottest-first and emission stop
crates/llm-access-kiro/src/cache_sim/prefix_tree.rs:207
↓ 4 callers
Function
enforce_anthropic_upstream_test_cooldown
( last_test_at_ms: Option<i64>, now_ms: i64, )
crates/llm-access/src/admin.rs:7434
↓ 4 callers
Method
ensure_capacity
Resize the backing LRU to `max_entries`, preserving recency order.
crates/llm-access-kiro/src/cache_sim/anchor_index.rs:145
↓ 4 callers
Function
ensure_fts_index
(table: &Table, column: &str)
crates/cli/src/db.rs:168
↓ 4 callers
Function
env_path
(env_map: &BTreeMap<String, String>, key: &str)
crates/media-service/src/config.rs:94
↓ 4 callers
Function
error_rate
(group: &UsageMetricsGroupAccumulator)
crates/llm-access-store/src/duckdb/metrics.rs:32
↓ 4 callers
Function
estimate_read_time
(content: &str)
crates/cli/src/utils.rs:80
↓ 4 callers
Function
evalJs
(expression)
skills/kiro-social-onboarder/scripts/drive_kiro_social_github.mjs:58
↓ 4 callers
Function
extract_error_message_from_json_value
(value: &Value)
crates/llm-access/src/provider/errors.rs:226
↓ 4 callers
Function
extract_final_reply_from_text
(raw: &str)
crates/backend/src/comment_worker.rs:706
↓ 4 callers
Function
extract_tool_result_content
(content: &Option<serde_json::Value>)
crates/llm-access-kiro/src/anthropic/converter/tool_result.rs:81
↓ 4 callers
Method
final_usage
(&self)
crates/llm-access-kiro/src/anthropic/stream/context.rs:229
↓ 4 callers
Method
finish
(&mut self)
crates/llm-access/src/activity.rs:67
↓ 4 callers
Method
flush_pending_block
(&mut self)
crates/llm-usage-journal/src/writer.rs:195
↓ 4 callers
Method
flush_pending_block
(&mut self)
crates/llm-usage-journal/src/rollup.rs:186
↓ 4 callers
Function
flush_usage_event_buffer
( targets: UsageEventFlushTargets<'_>, mut state: UsageEventFlushState<'_>, error_message: &'stati
crates/llm-access/src/runtime.rs:1418
↓ 4 callers
Function
future_token
()
crates/llm-access/src/codex_refresh.rs:695
↓ 4 callers
Function
generate_secret
()
crates/llm-access/src/admin.rs:5331
↓ 4 callers
Function
generate_task_id
(prefix: &str)
crates/llm-access/src/submission.rs:1015
↓ 4 callers
Method
get_admin_proxy_config
( &self, proxy_id: &str, )
crates/llm-access-store/src/postgres/proxy.rs:483
↓ 4 callers
Method
get_optional_bool
(&self, name: &str)
crates/llm-access-store/src/postgres.rs:90
↓ 4 callers
Method
get_published_comment_by_comment_id
( &self, comment_id: &str, )
crates/store/src/comments_store.rs:552
↓ 4 callers
Method
get_string
(&self, name: &str)
crates/llm-access-kiro/src/parser/header.rs:91
↓ 4 callers
Method
gpt2api_account_contribution_requests_table
(&self)
crates/store/src/llm_gateway_store/mod.rs:217
↓ 4 callers
Function
has_remaining_kiro_candidate
( routes: &[ProviderKiroRoute], failed_accounts: &HashSet<String>, current_account_name: &str, )
crates/llm-access/src/provider/kiro_dispatch.rs:2140
↓ 4 callers
Function
hash_bytes
(bytes: &[u8])
crates/cli/src/utils.rs:86
↓ 4 callers
Function
hash_segment_hashes
(salt: &[u8], segments: impl IntoIterator<Item = &'a str>)
crates/llm-access-codex/src/request/session.rs:468
↓ 4 callers
Function
hash_token_atom
(text: &str)
crates/llm-access-kiro/src/cache_sim/projection.rs:593
↓ 4 callers
Function
hls_player_url
(job_id: &str)
crates/media-service/src/playback.rs:450
↓ 4 callers
Method
identity_response_enabled
(&self)
crates/llm-access-kiro/src/anthropic/stream/context.rs:254
↓ 4 callers
Method
images_table
(&self)
crates/store/src/lancedb_api.rs:294
↓ 4 callers
Function
import_from_sqlite_blocking
( path: &Path, requested_name: Option<&str>, )
crates/llm-access-kiro/src/local_import.rs:79
↓ 4 callers
Function
init_runtime_logging
Initialize shared runtime logging for one native service.
crates/runtime/src/runtime_logging.rs:75
↓ 4 callers
Function
initialize_duckdb_target_path_with_connection_config
( path: impl AsRef<Path>, connection_config: DuckDbUsageConnectionConfig, )
crates/llm-access-store/src/duckdb/connection.rs:31
↓ 4 callers
Function
int32_array
(batch: &'a RecordBatch, name: &str)
crates/store/src/lancedb_api.rs:3095
↓ 4 callers
Function
internal_error
(message: impl Into<String>)
crates/backend/src/media_proxy/handlers.rs:293
↓ 4 callers
Method
invalidate_authenticated_key_cache_by_ids
(&self, key_ids: &[String])
crates/llm-access-store/src/postgres/cache.rs:182
↓ 4 callers
Method
is_active
(&self)
crates/llm-access-kiro/src/wire.rs:523
↓ 4 callers
Function
is_blob_v2_field
(field: &arrow_schema::Field)
crates/cli/src/commands/db_manage.rs:1921
↓ 4 callers
Function
is_han_char
Han (CJK ideographic) scan ranges routed to Jieba: the main Unified Ideographs block, Extension A, Compatibility Ideographs, and the supplementary pla
crates/llm-access-core/src/moderation.rs:630
↓ 4 callers
Function
is_private_kiro_remote_media_ip
(ip: IpAddr)
crates/llm-access/src/provider/kiro_media.rs:524
↓ 4 callers
Function
is_private_or_loopback_ip
(ip: IpAddr)
crates/llm-access/src/geoip.rs:470
↓ 4 callers
Function
is_terminal_status
(status: static_flow_media_types::UploadTaskStatus)
crates/frontend/src/components/admin_local_media_uploads.rs:362
↓ 4 callers
Function
is_valid_uuid
(value: &str)
crates/llm-access-kiro/src/anthropic/converter/session.rs:47
↓ 4 callers
Function
join_filters
Joins an iterator of optional SQL filter clauses with ` AND `. `None` and empty/whitespace-only entries are silently dropped. Returns `None` when no
crates/store/src/llm_gateway_store/mod.rs:1894
↓ 4 callers
Function
jsString
(value)
skills/kiro-social-onboarder/scripts/drive_kiro_social_github.mjs:70
↓ 4 callers
Function
json_string_any
(value: &Value, keys: &[&str])
crates/llm-access-codex-image/src/gateway.rs:959
↓ 4 callers
Function
json_string_field
(value: &Value, name: &str)
crates/llm-access/src/provider/codex_auth.rs:107
↓ 4 callers
Function
kiro_key_limit_response
(rejection: &LimitRejection)
crates/llm-access/src/provider/limiter.rs:157
↓ 4 callers
Function
kiro_key_route_summary
( route_strategy: &str, account_group_id: &str, preferred_pool_strategy: &str, account_groups:
crates/frontend/src/pages/admin_kiro_gateway.rs:766
↓ 4 callers
Function
kiro_usage_event_from_meta
( key: &llm_access_core::store::AuthenticatedKey, route: Option<&llm_access_core::store::ProviderKiroR
crates/llm-access/src/provider/kiro_usage.rs:30
↓ 4 callers
Method
last_usage_success_at
(&self)
crates/llm-access/src/codex_status.rs:197
↓ 4 callers
Method
list_admin_codex_accounts_filtered_page
( &self, query: &AdminCodexAccountPageQuery, page: AdminPageRequest, )
crates/llm-access-store/src/postgres/codex_account.rs:776
↓ 4 callers
Method
list_api_behavior_events
( &self, since_ms: Option<i64>, until_ms: Option<i64>, limit: Option<usize>,
crates/store/src/lancedb_api.rs:465
↓ 4 callers
Function
list_array
(batch: &'a RecordBatch, name: &str)
crates/store/src/lancedb_api.rs:3088
↓ 4 callers
Method
list_images_paged
( &self, limit: Option<usize>, offset: usize, )
crates/store/src/lancedb_api.rs:1449
↓ 4 callers
Method
list_moderation_banned_sessions
( &self, page: AdminPageRequest, query: &AdminModerationBannedSessionPageQuery, )
crates/llm-access-store/src/postgres/moderation.rs:475
↓ 4 callers
Method
list_usage_filter_options
( &self, query: UsageEventQuery, )
crates/llm-access-store/src/duckdb/repository.rs:490
↓ 4 callers
Function
loadUsage
(offset = usageOffset, query = usageQuery)
crates/frontend/gpt2api-app/src/App.tsx:398
↓ 4 callers
Method
load_admin_anthropic_upstream_probe_target
( &self, name: &str, )
crates/llm-access-store/src/postgres/anthropic_upstream.rs:507
↓ 4 callers
Method
load_admin_proxy_configs_cached
( &self, )
crates/llm-access-store/src/postgres/cache.rs:24
↓ 4 callers
Function
load_frontend_index_html
(frontend_dist_dir: &Path)
crates/backend/src/state.rs:386
↓ 4 callers
Method
load_index_html_template
(&self)
crates/backend/src/state.rs:376
↓ 4 callers
Function
load_json
(raw: str, context: str)
skills/kiro-local-account-importer/scripts/import_kiro_accounts.py:53
↓ 4 callers
Method
load_kiro_admin_account_view_context
( &self, )
crates/llm-access-store/src/postgres/kiro_account.rs:1023
↓ 4 callers
Function
map_comment_action_error
( fallback_message: &str, err: impl std::fmt::Display, )
crates/backend/src/handlers.rs:3653
↓ 4 callers
Function
map_response_to_anthropic_message
Adapt a completed responses payload into an Anthropic messages payload.
crates/llm-access-codex/src/anthropic_messages.rs:1082
↓ 4 callers
Function
map_response_to_chat_completion
Adapt a completed responses payload into the classic chat/completions schema.
crates/llm-access-codex/src/response.rs:275
↓ 4 callers
Method
mark_pre_handler_done
(&mut self, parse_ms: i64)
crates/llm-access/src/provider/usage_meta.rs:134
← previous
next →
801–900 of 7,843, ranked by callers