MCPcopy Create free account

hub / github.com/acking-you/static_flow / functions

Functions7,843 in github.com/acking-you/static_flow

↓ 6 callersFunctionapi_request
(base_url: str, method: str, path: str, payload=None)
skills/approving-llm-gateway-account-batches/scripts/approve_account_contribution_batch.py:26
↓ 6 callersFunctionappend_optional_ts
(builder: &mut TimestampMillisecondBuilder, value: Option<i64>)
crates/store/src/llm_gateway_store/codec.rs:1972
↓ 6 callersFunctionapply_compaction_runtime_config_update
( current: CompactionRuntimeConfig, request: UpdateCompactionRuntimeConfigRequest, )
crates/backend/src/handlers.rs:4016
↓ 6 callersMethodapply_proxy_scope_metadata
( &self, proxy: &mut AdminProxyConfig, effective_source: &str, has_node_overri
crates/llm-access-store/src/postgres/proxy.rs:360
↓ 6 callersFunctionarchived_segment_path_for_timestamp
( config: &super::TieredDuckDbUsageConfig, segment_id: &str, timestamp_ms: i64, )
crates/llm-access-store/src/duckdb/tests.rs:150
↓ 6 callersFunctionarray_value_as_u64
Extract a `u64` from an Arrow array at `idx`, accepting both `UInt64` and non-negative `Int64` (Lance SQL CAST may produce either).
crates/store/src/llm_gateway_store/mod.rs:1877
↓ 6 callersFunctionarticle_schema
()
crates/cli/src/schema.rs:61
↓ 6 callersMethodarticle_views_table
(&self)
crates/store/src/lancedb_api.rs:412
↓ 6 callersMethodas_storage_str
Return the canonical provider string stored in control-plane records.
crates/llm-access-core/src/provider.rs:27
↓ 6 callersMethodas_str
(self)
crates/llm-access/src/provider/codex_dispatch.rs:1014
↓ 6 callersFunctionassert_usage_event_detail_payloads
(actual: &UsageEvent, expected: &UsageEvent)
crates/llm-access-store/src/duckdb/tests.rs:118
↓ 6 callersFunctionasset_path
Helper function to construct asset paths In mock feature, assets are served under /static_flow/ prefix
crates/frontend/src/config.rs:11
↓ 6 callersMethodassets_table
(&self)
crates/store/src/interactive_store.rs:201
↓ 6 callersMethodbatch_execute
(&self, sql: &str)
crates/llm-access-store/src/postgres.rs:269
↓ 6 callersFunctionblock_crc32c
(header: &BlockHeaderV1, compressed_payload: &[u8])
crates/llm-usage-journal/src/writer.rs:255
↓ 6 callersMethodbody_text
(&self)
crates/llm-access/src/provider/kiro_error.rs:67
↓ 6 callersFunctionbuild_behavior_buckets
( counts: std::collections::HashMap<String, u32>, limit: usize, )
crates/backend/src/handlers.rs:3865
↓ 6 callersFunctionbuild_kiro_usage_summary
( model: &str, usage: KiroUsageInputs, cache_ctx: &KiroCacheContext, )
crates/llm-access/src/provider/kiro_usage.rs:72
↓ 6 callersMethodcancel
Cancel a pending flush and drop any buffered chunks. Intended for effect cleanup / owner drop paths; see the module docs.
crates/frontend/src/components/stream_chunk_batcher.rs:146
↓ 6 callersMethodcapture_error_class
Record the stable upstream error class for a failed request. First non-empty classification wins, mirroring [`Self::error_message`] capture.
crates/llm-access/src/provider/usage_meta.rs:108
↓ 6 callersFunctioncheck_opened_table_and_compact
( table: &Table, config: &CompactConfig, )
crates/store/src/optimize.rs:266
↓ 6 callersFunctionclear_cluster_env
()
crates/llm-access/src/cluster.rs:511
↓ 6 callersFunctioncodex_auth_principal_id
Extract the most convincing upstream Codex principal identifier from one persisted auth JSON payload. Prefer the OIDC `sub` claim and fall back to nes
crates/llm-access-core/src/store/routes.rs:133
↓ 6 callersFunctioncodex_import_job_failure_result
( item_index: usize, status: &str, error_message: Option<String>, final_account_id: Option<Str
crates/llm-access/src/admin.rs:6412
↓ 6 callersFunctioncoerce_non_empty_scalar_to_string
(value: Option<&Value>)
crates/llm-access-codex/src/request/mod.rs:71
↓ 6 callersFunctioncompact_table_with_fallback
(table: &Table)
crates/store/src/optimize.rs:151
↓ 6 callersFunctionconfig
(max_entries: usize, session_ttl: Duration)
crates/llm-access/src/provider/codex_session_rejection.rs:124
↓ 6 callersMethodconfig
(&self)
crates/backend/src/media_proxy/mod.rs:36
↓ 6 callersFunctionconnection_config_snapshot
( connection_config: &SharedDuckDbUsageConnectionConfig, )
crates/llm-access-store/src/duckdb/connection.rs:75
↓ 6 callersFunctionconvert_request_with_cctest_text_handling
( req: &MessagesRequest, cctest_text_handling_enabled: bool, )
crates/llm-access-kiro/src/anthropic/converter/convert.rs:126
↓ 6 callersFunctioncrc32
(data: &[u8])
crates/llm-access-kiro/src/parser/crc.rs:11
↓ 6 callersFunctiondefault_kiro_cache_policy
()
crates/llm-access-kiro/src/cache_policy.rs:57
↓ 6 callersFunctiondefault_kiro_cache_policy_json
Return the default Kiro cache policy JSON.
crates/llm-access-core/src/store/config.rs:472
↓ 6 callersFunctionduckdb_relation_exists
(conn: &duckdb::Connection, relation_name: &str)
crates/llm-access-store/src/duckdb/sql.rs:291
↓ 6 callersMethodelapsed_ms
(&self)
crates/llm-access/src/provider/usage_meta.rs:124
↓ 6 callersFunctionemit
(mode, test_crates, clippy_crates, disk_heavy)
scripts/ci_affected.py:285
↓ 6 callersFunctionencode_thumbnail
(image: &DynamicImage, size: u32)
crates/cli/src/utils.rs:109
↓ 6 callersFunctionfilter_public_kiro_remote_media_addrs
Drops private/local addresses from a resolved set, rejecting the lookup if none remain. Used by [`PrivateFilteringDnsResolver`] so the address that is
crates/llm-access/src/provider/kiro_media.rs:558
↓ 6 callersMethodfinish
Finalize: oldest-first rebuild rows, every one with `eff_age_secs <= ttl`.
crates/llm-access-kiro/src/cache_sim/snapshot.rs:404
↓ 6 callersMethodflush
Flush pending events into a block.
crates/llm-usage-journal/src/writer.rs:123
↓ 6 callersFunctionfriendly_table_error
(table: &Table, operation: &str, raw_error: String)
crates/cli/src/commands/db_manage.rs:2276
↓ 6 callersMethodget_admin_account_group_row
( &self, group_id: &str, )
crates/llm-access-store/src/postgres/groups.rs:80
↓ 6 callersMethodget_admin_proxy_config
( &self, _proxy_id: &str, )
crates/llm-access-core/src/store/empty.rs:633
↓ 6 callersMethodget_admin_proxy_config_base_row
( &self, proxy_id: &str, )
crates/llm-access-store/src/postgres/proxy.rs:130
↓ 6 callersMethodget_song_audio
(&self, id: &str)
crates/store/src/music_store.rs:926
↓ 6 callersMethodget_usage_event_detail_by_id
( &self, event_id: &str, )
crates/store/src/llm_gateway_store/mod.rs:1121
↓ 6 callersFunctionglobal_profiler
()
crates/backend/src/memory_profiler.rs:841
↓ 6 callersFunctionhex_preview
(hex: &str)
crates/llm-access/src/provider/codex_dispatch.rs:1249
↓ 6 callersFunctionidle_progress
()
crates/llm-access/src/usage_worker.rs:995
↓ 6 callersFunctioninitial_account_status
(account: &A)
crates/llm-access/src/codex_status.rs:721
↓ 6 callersFunctioninternal_error_message
(message: &str)
crates/backend/src/handlers.rs:3705
↓ 6 callersFunctionis_quote_char
Checks whether the byte at `pos` is a quote/escape character.
crates/llm-access-kiro/src/anthropic/stream/inline_thinking.rs:64
↓ 6 callersMethodjob_id
(&self)
crates/media-service/src/jobs.rs:34
↓ 6 callersMethodlist_admin_account_groups
( &self, _provider_type: &str, )
crates/llm-access-core/src/store/empty.rs:587
↓ 6 callersMethodload_key_bundle_by_id
( &self, key_id: &str, )
crates/llm-access-store/src/postgres/keys.rs:77
↓ 6 callersMethodlookup
(&self, key_id: &str, session_id: &str)
crates/llm-access/src/provider/kiro_session_affinity.rs:80
↓ 6 callersFunctionmarkdown_to_html
Convert Markdown content into HTML with common extensions enabled. Also transforms relative image paths to API endpoints.
crates/frontend/src/utils.rs:51
↓ 6 callersFunctionmerge_account_status_refresh
( accounts: &[A], existing: Option<CodexRateLimitStatus>, refreshed_name: &str, refreshed: Acc
crates/llm-access/src/codex_status.rs:895
↓ 6 callersFunctionnavigate
(url)
skills/github-password-rotator/scripts/drive_github_password_change.mjs:87
↓ 6 callersFunctionnormalize_email
Normalize and validate one email address.
crates/email-notifier/src/lib.rs:301
↓ 6 callersFunctionnormalize_limit
(limit: Option<usize>)
crates/backend/src/handlers.rs:3715
↓ 6 callersFunctionnow_millis
()
crates/llm-access/src/provider/util.rs:6
↓ 6 callersFunctionnow_ms
Current Unix time in milliseconds, saturating to `0` before the epoch.
crates/llm-access-codex-image/src/util.rs:9
↓ 6 callersFunctionnow_ms
()
crates/store/src/interactive_store.rs:956
↓ 6 callersFunctionoptional_json_string
(value: &serde_json::Value, field: &str)
crates/llm-access-store/src/postgres/json.rs:10
↓ 6 callersFunctionoptional_ts_col
( batch: &'a RecordBatch, name: &str, )
crates/store/src/llm_gateway_store/codec.rs:1885
↓ 6 callersFunctionparse_admin_gpt2api_rs_response
(response: gloo_net::http::Response)
crates/frontend/src/api.rs:2552
↓ 6 callersFunctionparse_image_request
Validates a JSON image request and rejects unsupported parameters.
crates/llm-access-codex-image/src/request.rs:92
↓ 6 callersFunctionparse_kiro_billable_multiplier_json_with_base
( raw: &str, base: &BTreeMap<String, f64>, )
crates/frontend/src/pages/admin_kiro_gateway.rs:581
↓ 6 callersFunctionparse_sequence_from_file_name
(file_name: &str)
crates/llm-usage-journal/src/writer.rs:289
↓ 6 callersFunctionpersist_error
(cache_paths: &HlsCachePaths, message: &str)
crates/media-service/src/playback.rs:576
↓ 6 callersFunctionpersist_mp4_error
(cache_paths: &Mp4CachePaths, message: &str)
crates/media-service/src/playback.rs:586
↓ 6 callersFunctionprint_wrapped_field
( label: str, value: str, terminal_width: int, query_tokens: Sequence[str], color_enabled:
skills/codex-session-history/scripts/codex_session_history.py:599
↓ 6 callersFunctionprotected_error
(message: impl Into<String>)
crates/llm-access-kiro/src/anthropic/protected_content.rs:26
↓ 6 callersMethodprune_usage_analytics
Prune tiered usage analytics outside the retained day window.
crates/llm-access-store/src/duckdb/repository.rs:189
↓ 6 callersFunctionratio
(value: u64, total: u64)
crates/backend/src/memory_profiler.rs:952
↓ 6 callersFunctionread_cgroup_bytes
(path: &Path)
crates/llm-access/src/process_memory.rs:61
↓ 6 callersFunctionrecord_kiro_preflight_failure
(record: KiroPreflightFailureRecord<'_>)
crates/llm-access/src/provider/kiro_usage.rs:231
↓ 6 callersFunctionrecord_same_account_retry_and_sleep
( usage_meta: &mut ProviderUsageMetadata, reason: SameAccountRetryReason, retry_after: Option<Dura
crates/llm-access/src/provider/kiro_dispatch.rs:1793
↓ 6 callersFunctionrefreshDetail
(sessionId: string, options: { signal?: AbortSignal; showLoading?: boolean } = {})
crates/frontend/gpt2api-app/src/App.tsx:235
↓ 6 callersFunctionrequest_with_bearer_to_path
(path: &str, secret: Option<&str>)
crates/llm-access/src/provider/tests.rs:1472
↓ 6 callersFunctionrequired_ts_col
( batch: &'a RecordBatch, name: &str, )
crates/store/src/interactive_store.rs:915
↓ 6 callersMethodresolve_admin_codex_account_route
( &self, _name: &str, )
crates/llm-access-core/src/store/empty.rs:814
↓ 6 callersFunctionresolve_input_tokens
( request_input_tokens: i32, context_input_tokens: Option<i32>, )
crates/llm-access-kiro/src/anthropic/stream/usage.rs:47
↓ 6 callersMethodresolve_region
(&self, ip: &str)
crates/backend/src/geoip.rs:141
↓ 6 callersFunctionreview_queue_action
(request: ReviewQueueActionRequest)
crates/llm-access/src/admin.rs:5936
↓ 6 callersFunctionsave_task
(task_dir: &Path, task: &UploadTaskRecord)
crates/media-service/src/upload_store.rs:33
↓ 6 callersMethodsend_markdown_email
( &self, to: &str, subject: &str, markdown_body: &str, )
crates/backend/src/email.rs:217
↓ 6 callersFunctionsh
(cmd)
scripts/ci_affected.py:334
↓ 6 callersMethodsnapshot
(&self)
crates/media-service/src/jobs.rs:38
↓ 6 callersFunctionsse_event
(value: Value)
crates/llm-access-codex/src/anthropic_messages.rs:1648
↓ 6 callersMethodstructured_output_mode
(&self)
crates/llm-access-kiro/src/anthropic/stream/context.rs:213
↓ 6 callersFunctiontaxonomy_schema
()
crates/cli/src/schema.rs:122
↓ 6 callersFunctiontest_event
(request_id: &str)
crates/llm-access-codex-image/src/logging.rs:316
↓ 6 callersFunctionts_col
(batch: &'a RecordBatch, name: &str)
crates/store/src/article_request_store.rs:930
↓ 6 callersMethodupload_task_dir
(&self, task_id: &str)
crates/media-service/src/state.rs:123
↓ 6 callersFunctionvalue_bool_opt
(array: &BooleanArray, idx: usize)
crates/store/src/llm_gateway_store/codec.rs:1957
↓ 6 callersFunctionvalue_ts_opt
(array: &TimestampMillisecondArray, idx: usize)
crates/store/src/llm_gateway_store/codec.rs:1905
↓ 6 callersFunctionwrite_record
( file: &mut File, tag: &[u8; 4], value: &T, )
crates/llm-usage-journal/src/writer.rs:263
↓ 6 callersMethodwrite_sealed_event
(&self, event_id: &str)
crates/llm-access/src/usage_worker.rs:1272
← previousnext →501–600 of 7,843, ranked by callers