Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tele-AI/Fluxon
/ functions
Functions
9,070 in github.com/Tele-AI/Fluxon
⨍
Functions
9,070
◇
Types & classes
1,788
↳
Endpoints
6
↓ 46 callers
Method
run_async_from_sync
(&self, future: impl Future<Output = T>)
fluxon_rs/fluxon_util/src/run_async_from_sync.rs:176
↓ 45 callers
Method
inner
(&self)
fluxon_rs/fluxon_kv/src/master_kv_router/mod.rs:549
↓ 45 callers
Function
new_invalid_argument_error
(py: Python, message: &str)
fluxon_rs/fluxon_pyo3/src/lib.rs:1909
↓ 44 callers
Method
flush
(&self, fh: u64)
fluxon_rs/fluxon_fs_fuse_draft/src/adapter.rs:522
↓ 43 callers
Method
delete
(&self, key: &str)
fluxon_rs/fluxon_kv/src/client_kv_api/delete.rs:35
↓ 41 callers
Method
create
( &self, callback_path: &str, flags: i32, mode: u32, )
fluxon_rs/fluxon_fs_fuse_draft/src/adapter.rs:456
↓ 41 callers
Function
resp_ok
(mut extra: FlatDict)
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:2843
↓ 40 callers
Function
_flat_kv_err
(message: str)
fluxon_py/kvclient/nonzerocopy_encode.py:35
↓ 40 callers
Method
spawn
(&self, name: N, fut: F)
fluxon_rs/fluxon_commu/src/facade/p2p.rs:161
↓ 39 callers
Method
put
Convenience wrapper: put KV with optional lease_id NOTE: If `lease_id` is None, it MUST remain a pure non-lease put. We do NOT fallback to any default
fluxon_rs/fluxon_kv/src/client_kv_api/mod.rs:1858
↓ 39 callers
Function
safe_join_root
(remote_root_dir_abs: &str, relpath: &str)
fluxon_rs/fluxon_fs/src/agent_service.rs:4854
↓ 38 callers
Method
list_transfer_batches
( &self, )
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:503
↓ 37 callers
Method
get_chan_id
Get the channel id.
fluxon_py/_api_ext_chan/mpmc.py:2267
↓ 37 callers
Method
send_resp
(&self, resp: MsgPack<RESP>)
fluxon_rs/fluxon_commu/src/facade/p2p.rs:1016
↓ 36 callers
Method
_send_json
(self, code: int, payload: Dict[str, Any])
fluxon_test_stack/test_runner.py:16321
↓ 36 callers
Method
_send_json
(self, code: int, payload: dict)
fluxon_test_stack/gitops/gitops_lib.py:1769
↓ 35 callers
Function
_require_str
(v: Any, ctx: str)
fluxon_test_stack/test_profile_adapter.py:1345
↓ 35 callers
Method
chmod
(&self, callback_path: &str, mode: u32)
fluxon_rs/fluxon_fs_fuse_draft/src/adapter.rs:763
↓ 35 callers
Function
new_general_error
(py: Python, message: &str)
fluxon_rs/fluxon_pyo3/src/lib.rs:1905
↓ 35 callers
Function
render_template
(template: &T)
fluxon_rs/fluxon_fs_s3_gateway/src/ui_ssr_render_handlers.rs:39
↓ 35 callers
Function
resp_ok
(mut extra: FlatDict)
fluxon_rs/fluxon_fs/src/agent_service.rs:4900
↓ 35 callers
Function
text_response
(status: StatusCode, body: String)
fluxon_rs/fluxon_fs_s3_gateway/src/lib.rs:5278
↓ 35 callers
Method
verify
Verify and validate the configuration, returning a processed Config
fluxon_rs/fluxon_kv/src/config.rs:891
↓ 34 callers
Function
_write_yaml_file
(path: Path, obj: Any)
fluxon_test_stack/test_runner.py:1132
↓ 34 callers
Method
apply_transfer_scan_result
( &self, result: &FluxonFsTransferScanResultWire, )
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:592
↓ 34 callers
Function
mooncake_format
(message: str, specific_info: str, retcode: int)
fluxon_py/api_error.py:1149
↓ 34 callers
Method
put
Store a key-value pair with single or multiple data parts (non-blocking). Args: key: The key to store *value
fluxon_py/kvclient/mooncake.py:392
↓ 34 callers
Function
resp_err
(kind: FluxonFsRpcErrorKind, detail: String, errno: Option<i32>)
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:2848
↓ 32 callers
Method
call
( &self, node_id: &str, path: &str, payload: FlatDict, _timeout_ms: Op
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:116
↓ 32 callers
Method
call
( &self, node_id: &str, path: &str, payload: FlatDict, timeout_ms: Opt
fluxon_rs/fluxon_kv/src/user_api/rpc.rs:65
↓ 32 callers
Method
get_export_cfg
(&self, export_name: &str)
fluxon_rs/fluxon_fs/src/agent.rs:1154
↓ 32 callers
Method
into_py_object
(self, py: Python)
fluxon_rs/fluxon_pyo3/src/lib.rs:2366
↓ 32 callers
Method
register
( &self, path: &str, handler: Arc<dyn Fn(String, FlatDict) -> FluxonRpcKvResult<FlatDi
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:139
↓ 32 callers
Method
rpc_server
(&self)
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:106
↓ 32 callers
Method
transfer_state_store_enabled
( &self, )
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:108
↓ 32 callers
Method
wait
(&mut self)
fluxon_rs/fluxon_framework_compiled/src/shutdown.rs:77
↓ 31 callers
Method
assign_transfer_batch_to_worker
( &self, job_id: &str, batch_id: &str, src_exporter_id: &str, worker_i
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:624
↓ 31 callers
Method
code
Back-compat convenience: map to unified numeric error code
fluxon_rs/fluxon_kv/src/rpcresp_kvresult_convert/msg_and_error.rs:435
↓ 31 callers
Method
observe_request_with_labels
---- legacy APIs kept as no-ops (call sites still exist) ----
fluxon_rs/fluxon_kv/src/metrics.rs:619
↓ 31 callers
Function
setup_test_environment
(logger: Logger, print_config: bool = True)
fluxon_py/tests/test_lib.py:241
↓ 31 callers
Function
test_transfer_worker_id
(job_id: &str, batch_id: &str)
fluxon_rs/fluxon_fs_s3_gateway/src/lib.rs:7230
↓ 31 callers
Method
transfer_job_snapshot
( &self, job_id: &str, )
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:303
↓ 30 callers
Method
begin_transfer_scan_epoch
(&self, job_id: &str)
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:607
↓ 29 callers
Method
create_transfer_job
( &self, arg: FsTransferCreateJobArg, )
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:117
↓ 29 callers
Function
errno_from_adapter_error
(err: FuseAdapterError)
fluxon_rs/fluxon_fs_fuse_draft/src/runtime_fuser.rs:1435
↓ 29 callers
Method
to_json
Serialize underlying group error as JSON string
fluxon_rs/fluxon_kv/src/rpcresp_kvresult_convert/msg_and_error.rs:337
↓ 28 callers
Function
_load_yaml_file
(path: Path)
fluxon_test_stack/test_runner.py:1111
↓ 28 callers
Method
_send_html
(self, code: int, text: str)
fluxon_test_stack/test_runner.py:16329
↓ 28 callers
Function
init_logger
(name: str = "fluxon")
fluxon_py/logging.py:67
↓ 28 callers
Function
ms_cell_from_us
(v: Option<f64>)
fluxon_rs/fluxon_cli/src/web_renderer.rs:269
↓ 28 callers
Function
parse_step_id
(step_id: &str)
fluxon_rs/fluxon_util/src/init_dag_compiler.rs:2911
↓ 28 callers
Method
stat
(self, *, follow_symlinks: bool = True)
fluxon_py/fluxon_fs/patcher.py:581
↓ 28 callers
Function
test_transfer_state
()
fluxon_rs/fluxon_fs_s3_gateway/src/lib.rs:7031
↓ 27 callers
Method
client
(&self)
fluxon_rs/fluxon_pyo3/src/etcd.rs:57
↓ 27 callers
Method
inner
Access inner external-only API. Safe to unwrap in external role.
fluxon_rs/fluxon_kv/src/external_client_api/mod.rs:340
↓ 27 callers
Method
inner
Get the inner instance (panics if not initialized)
fluxon_rs/fluxon_kv/src/master_lease_manager/master_lease_manager.rs:71
↓ 27 callers
Method
status
(&self)
fluxon_rs/fluxon_fs_s3_gateway/src/ui_ssr_types.rs:29
↓ 26 callers
Function
_cross_process_ts_diff_us
( later_ts_us: Optional[float], earlier_ts_us: Optional[float], )
fluxon_test_stack/benchmark_node_rpc.py:638
↓ 26 callers
Function
_cross_process_ts_diff_us
( later_ts_us: Optional[float], earlier_ts_us: Optional[float], )
fluxon_test_stack/benchmark_node_kv.py:506
↓ 26 callers
Method
_mount_path
(self, rel: str)
fluxon_py/tests/test_fluxon_fs_remote_mount.py:156
↓ 26 callers
Function
_sh_quote
(value: str)
deployment/gen_bare_deploy_bash.py:869
↓ 26 callers
Method
all
()
fluxon_rs/fluxon_util/src/init_dag_compiler.rs:50
↓ 26 callers
Method
fileno
(self)
fluxon_py/fluxon_fs/patcher.py:174
↓ 26 callers
Function
json_response
(status: StatusCode, value: &T)
fluxon_rs/fluxon_fs_s3_gateway/src/lib.rs:5261
↓ 26 callers
Method
ok_response
( &self, rpc_path: &str, payload: FlatDict, op: &'static str, path_for
fluxon_rs/fluxon_fs_fuse_draft/src/backend.rs:590
↓ 26 callers
Method
project
(&self, callback_path: &str)
fluxon_rs/fluxon_fs_fuse_draft/src/path_projection.rs:42
↓ 26 callers
Function
safe_join_root
(export_root_dir: &fs::File, relpath: &str)
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:2554
↓ 26 callers
Function
scan_etcd_prefix_paginated
( client: &mut Client, prefix: &str, mut on_kv: F, )
fluxon_rs/fluxon_commu_contract/src/cluster.rs:36
↓ 26 callers
Function
ui_handler_error_from_s3_error
(op: &str, err: S3Error)
fluxon_rs/fluxon_fs_s3_gateway/src/ui_ssr.rs:487
↓ 25 callers
Method
get_producer_id
(self)
fluxon_py/_api_ext_chan/mpmc.py:2264
↓ 25 callers
Method
index
(self)
fluxon_rs/fluxon_observability/src/kv_metrics_actor.rs:165
↓ 25 callers
Method
inner
(&self)
fluxon_rs/fluxon_kv/src/memholder/lifetime.rs:431
↓ 25 callers
Method
reconcile_transfer_scheduler_state
(&self, now_unix_ms: i64)
fluxon_rs/fluxon_fs_s3_gateway/src/transfer/state_api.rs:799
↓ 25 callers
Function
register_fs_handler
( rpc_server: Arc<dyn UserRpcServer>, path: &str, state: Arc<FsExportMockState>, handler: fn(&
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:520
↓ 25 callers
Method
release
(&self, fh: u64)
fluxon_rs/fluxon_fs_fuse_draft/src/adapter.rs:532
↓ 25 callers
Method
rpc_client
(&self)
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:102
↓ 24 callers
Method
base_relpath_payload
(&self, relpath: &str)
fluxon_rs/fluxon_fs_fuse_draft/src/backend.rs:612
↓ 24 callers
Function
configure_backend
( env: "ChannelState", *, backend_type: Optional[str] = None, backend_ip: Optional[str] = None
fluxon_py/tests/test_api_chan_mpsc/test_api_chan_mpsc_base.py:146
↓ 24 callers
Function
fmt_bytes_auto
(v: Option<f64>, per_sec: bool)
fluxon_rs/fluxon_cli/src/model.rs:352
↓ 24 callers
Method
lock_key
(&self)
fluxon_rs/fluxon_fs_fuse_draft/src/path_projection.rs:20
↓ 24 callers
Function
normalize_relpath
(relpath: &str)
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:2063
↓ 24 callers
Function
normalize_relpath_rpc
(relpath: &str)
fluxon_rs/fluxon_fs/src/agent.rs:6792
↓ 24 callers
Function
plugin_source
(name: str)
scripts/_build_doc_site_in_container_inner.py:1281
↓ 24 callers
Method
register_shutdown_poller
(&self)
fluxon_rs/fluxon_commu/src/facade/p2p.rs:140
↓ 24 callers
Method
register_shutdown_waiter
(&self)
fluxon_rs/fluxon_kv/src/client_transfer_engine/mod.rs:177
↓ 24 callers
Method
seek
(self, offset: int, whence: int = io.SEEK_SET)
fluxon_py/fluxon_fs/patcher.py:189
↓ 23 callers
Function
_html_escape
(v: str)
fluxon_test_stack/gitops/gitops_lib.py:899
↓ 23 callers
Function
_load_start_test_bed_module
()
deployment/tests/test_start_test_bed_bootstrap_log.py:23
↓ 23 callers
Function
_require_dict
(d: Any, ctx: str)
fluxon_test_stack/test_profile_adapter.py:1333
↓ 23 callers
Method
avg_ns
(&self)
fluxon_rs/fluxon_mq/src/consumer.rs:622
↓ 23 callers
Function
debug_print
(*args)
fluxon_py/config.py:21
↓ 23 callers
Function
import_fluxon_pyo3_local
()
fluxon_py/tool/pyo3.py:88
↓ 23 callers
Function
require_export_name
(state: &FsExportMockState, export_name: &str)
fluxon_rs/fluxon_fs_fuse_draft/src/fluxon_rpc_kv.rs:2052
↓ 23 callers
Function
test_exports_handle
(root_dir_abs: &str)
fluxon_rs/fluxon_fs/src/agent_service/transfer_agent.rs:6036
↓ 22 callers
Function
_load_runtime_module
()
deployment/tests/test_selection_supervisor_codegen.py:85
↓ 22 callers
Function
_nix_string_literal
(value: str)
setup_and_pack/nix/pack_fluxonkv_pylib.py:3957
↓ 22 callers
Function
_safe_int
(value: Any, *, default: int = 0)
fluxon_test_stack/test_runner.py:15324
↓ 22 callers
Method
as_db_str
(self)
fluxon_rs/fluxon_fs_core/src/config.rs:584
↓ 22 callers
Function
close_stores_or_log
Close a store list and keep every close failure visible.
fluxon_py/tests/test_backend.py:138
↓ 22 callers
Function
get_i64
(payload: &FlatDict, key: &str)
fluxon_rs/fluxon_fs_fuse_draft/src/backend.rs:1161
← previous
next →
101–200 of 9,070, ranked by callers