MCPcopy Create free account

hub / github.com/Rheosoph/flow-like / functions

Functions22,123 in github.com/Rheosoph/flow-like

↓ 9 callersMethodactivate_exec
(&mut self, pin_name: &str)
libs/wasm-sdk/wasm-sdk-rust/src/types.rs:478
↓ 9 callersFunctionadd_select_pin
( node: &mut Node, name: &str, label: &str, description: &str, values: &[&str], defaul
packages/catalog/media/src/video.rs:1522
↓ 9 callersMethodapp_permission
( &self, app_id: &str, state: &AppState, )
packages/api/src/middleware/jwt.rs:449
↓ 9 callersFunctionapply_mcp_cors
(response_headers: &mut HeaderMap, request_headers: &HeaderMap)
packages/api/src/routes/inbound.rs:1924
↓ 9 callersMethodas_provider_value
(&self)
packages/catalog/media/src/video.rs:86
↓ 9 callersMethodbuild
(&self)
packages/core/src/flow/pin.rs:76
↓ 9 callersMethodcatalog
(mut self, catalog_id: impl Into<String>)
packages/core/src/a2ui/surface.rs:488
↓ 9 callersMethodclose
Closes the underlying duckdb connections. After this method returns, all calls to `self::conn()` or `self::conn_mut()` will return an [`Error::Closed
packages/storage/src/async_duckdb/pool.rs:193
↓ 9 callersFunctioncollect_violations
( check: impl Fn(&flow_like::flow::node::Node) -> Vec<String>, )
packages/catalog/tests/lint_catalog.rs:99
↓ 9 callersMethodcopy_image
(&self, ctx: &mut ExecutionContext)
packages/catalog/src/image.rs:107
↓ 9 callersMethodcreate_enigo
(&self)
packages/catalog/automation/src/types/handles.rs:188
↓ 9 callersFunctiondel
( profile: IProfile, path: string, auth?: AuthContextProps, )
apps/web/lib/api.ts:173
↓ 9 callersFunctionencrypt_bytes
( algorithm: EncryptionAlgorithm, key: &[u8; KEY_LEN], plaintext: &[u8], associated_data: Valu
packages/catalog/std/src/utils/crypto.rs:606
↓ 9 callersMethodensureInit
()
apps/desktop/components/tauri-provider/registry-state.ts:42
↓ 9 callersFunctionensure_feature
(state: &AppState)
packages/api/src/routes/admin/ai_act/mod.rs:56
↓ 9 callersFunctioneval_string_pin
(context: &mut ExecutionContext, name: &str, default: &str)
packages/catalog/media/src/video.rs:1633
↓ 9 callersMethodexecuteBoard
( appId: string, boardId: string, payload: IRunPayload, streamState?: boolean, eventId?: (id: string
packages/ui/state/backend-state/board-state.ts:62
↓ 9 callersFunctionexecuteCommands
( appId: string, boardId: string, commands: unknown[], )
libs/platform/nodejs/src/boards.ts:64
↓ 9 callersFunctionfinish
(file: File | null)
apps/web/app/settings/profiles/page.tsx:119
↓ 9 callersFunctionformatChartDate
(dateStr: string)
packages/ui/components/settings/analytics/analytics-dashboard.tsx:125
↓ 9 callersFunctionformatCost
(microDollars: number)
packages/ui/components/pages/admin/admin-dashboard-page.tsx:401
↓ 9 callersFunctionfree_tcp_port
()
packages/catalog/web/src/web/test_support.rs:125
↓ 9 callersMethodgetBool
(name: string, defaultValue?: boolean)
libs/wasm-sdk/wasm-sdk-typescript/src/context.ts:75
↓ 9 callersFunctiongetDataTargets
( node: LayoutNode, graph: Map<string, LayoutNode>, allowedIds?: Set<string>, )
packages/ui/lib/flow-auto-layout.ts:279
↓ 9 callersFunctiongetErrorMessage
(error: unknown)
apps/web/app/settings/registry/error-utils.ts:1
↓ 9 callersMethodgetPage
(appId: string, pageId: string, boardId?: string)
packages/ui/state/backend-state/page-state.ts:117
↓ 9 callersMethodget_cache
(&self, key: &str)
packages/api/src/state.rs:675
↓ 9 callersFunctionget_catalog
( handler: AppHandle, app_id: Option<String>, )
apps/desktop/src-tauri/src/functions/flow/catalog.rs:10
↓ 9 callersMethodget_file
(&self, store: &FlowLikeStore)
packages/catalog/data/src/data/path.rs:264
↓ 9 callersMethodget_node
(&self)
templates/wasm-node-rust/src/lib.rs:24
↓ 9 callersMethodget_oauth_token
Get an OAuth token for a specific provider. Returns the token if found and not expired.
packages/core/src/flow/execution/context.rs:716
↓ 9 callersFunctionget_or_open_workbook
( ctx: &mut flow_like::flow::execution::context::ExecutionContext, file: &FlowPath, create_if_miss
packages/catalog/data/src/data/excel.rs:672
↓ 9 callersMethodget_string
templates/wasm-node-cpp/src/node.cpp:205
↓ 9 callersMethodhash
Get content hash
packages/wasm/src/module.rs:142
↓ 9 callersFunctionhumanize
(name: string)
libs/wasm-sdk/wasm-sdk-typescript/src/types.ts:67
↓ 9 callersFunctionisMaintainer
(permission: number)
packages/ui/lib/permission/wasm-package-permission.ts:29
↓ 9 callersFunctionjson
libs/wasm-sdk/wasm-sdk-cpp/include/flow_like_sdk.h:440
↓ 9 callersFunctionload_store
(user_dir: &Path)
apps/desktop/src-tauri/src/functions/developer.rs:375
↓ 9 callersFunctionmakeContext
( inputs: Record<string, unknown> = {}, host?: MockHostBridge, )
templates/wasm-node-typescript/tests/node.test.ts:12
↓ 9 callersFunctionmake_request
(code: &str)
libs/nodes/code-interpreter/tests/integration_tests.rs:663
↓ 9 callersFunctionmerge_options
( object: &mut flow_like_types::json::Map<String, Value>, options: &HashMap<String, Value>, )
packages/catalog/media/src/audio.rs:602
↓ 9 callersFunctionnormalizeGanttTasks
(raw: unknown)
packages/ui/components/a2ui/planning-utils.ts:99
↓ 9 callersFunctionopenInBrowser
(href: string)
apps/desktop/components/global-anchor-component.tsx:52
↓ 9 callersFunctionoutput_shape
(output: &Output)
packages/catalog/onnx/src/load.rs:210
↓ 9 callersMethodpack
(&self, state: Arc<FlowLikeState>)
packages/core/src/bit.rs:935
↓ 9 callersMethodpause
(&mut self)
apps/desktop/src-tauri/src/functions/recording/state.rs:258
↓ 9 callersMethodpresign
(&mut self, prefix: Path, store: &FlowLikeStore)
packages/core/src/bit.rs:74
↓ 9 callersFunctionpublish
( progress: number, title: string, detail: string, phase: GraphPreparationState["phase"] = "building",
packages/ui/components/ui/graph/graph-canvas.tsx:499
↓ 9 callersFunctionqs
(params: Record<string, string | number | boolean | undefined>)
apps/desktop/lib/learn-api.ts:39
↓ 9 callersFunctionqs
(params: Record<string, string | number | boolean | undefined>)
apps/web/lib/learn-api.ts:39
↓ 9 callersFunctionquery
(req)
packages/dexie-tauri-adapter/frontend/src/index.ts:485
↓ 9 callersMethodraw
(&self)
packages/storage/src/databases/vector/lancedb.rs:227
↓ 9 callersFunctionreadItems
( componentData: Record<string, unknown>, key: string, )
packages/ui/components/a2ui/planning-updates.ts:18
↓ 9 callersMethodreadString
(String s, int[] pos)
libs/wasm-sdk/wasm-sdk-java/src/main/java/com/flowlike/sdk/Json.java:88
↓ 9 callersFunctionrecord_execution_start
(state: &AppState, user: &AppUser, execution: ExecutionAudit)
packages/api/src/audit/mod.rs:37
↓ 9 callersFunctionrun
(inputJson: string)
templates/wasm-node-typescript/src/app.ts:185
↓ 9 callersFunctionsanitize_identifier
(input: &str)
packages/catalog/web/src/web/http_runtime.rs:389
↓ 9 callersFunctionsetVal
(k: string, v: unknown)
packages/ui/components/learn/admin/app-ref-editor.tsx:158
↓ 9 callersFunctionsetVoice
(key: string, value: any)
packages/ui/components/interfaces/configs/simple_chat.tsx:70
↓ 9 callersMethodset_state
(&mut self, state: NodeState)
packages/core/src/flow/execution/context.rs:792
↓ 9 callersMethodstream
(eventType: string, data: string)
libs/wasm-sdk/wasm-sdk-typescript/src/host.ts:9
↓ 9 callersMethodto_session
( &self, context: &mut ExecutionContext, )
packages/catalog/web/src/mail/smtp.rs:41
↓ 9 callersFunctionto_smb_path
(path: &str)
packages/storage/src/files/store/smb_store.rs:711
↓ 9 callersMethodtry_to_embedding
(&self)
packages/core/src/bit.rs:830
↓ 9 callersMethodunregister_event
Unregister an event
apps/desktop/src-tauri/src/event_sink/manager.rs:611
↓ 9 callersFunctionupdateMeta
(key: keyof IMetadata, value: unknown)
apps/desktop/app/admin/bits/add/page.tsx:288
↓ 9 callersFunctionuseActionContext
()
packages/ui/components/a2ui/ActionHandler.tsx:569
↓ 9 callersFunctionuseInfiniteInvoke
( backendFn: BackendFunctionWithPagination<T, Args>, backendContext: any, args: Args, pageSize = 50, enab
packages/ui/hooks/use-invoke.tsx:89
↓ 9 callersFunctionuseResolved
(boundValue: BoundValue | undefined)
packages/ui/components/a2ui/game/MiniMap.tsx:10
↓ 9 callersFunctionuseResolved
(boundValue: BoundValue | undefined)
packages/ui/components/a2ui/display/PlotlyChart.tsx:15
↓ 9 callersFunctionuseResolved
(boundValue: BoundValue | undefined)
packages/ui/components/a2ui/interactive/FileInput.tsx:51
↓ 9 callersFunctionuseResolved
(boundValue: BoundValue | undefined)
packages/ui/components/a2ui/interactive/AppLink.tsx:36
↓ 9 callersFunctionuseSetQueryParams
()
packages/ui/lib/set-query-params.tsx:3
↓ 9 callersFunctionuseTauriInvoke
( path: string, args: any, deps: string[] = [], enabled = true, )
apps/desktop/components/useInvoke.tsx:8
↓ 9 callersMethodwith_report
(mut self, summary: impl Into<String>, details: Option<String>)
packages/api/src/error.rs:86
↓ 8 callersMethodLog
(int level, string message)
libs/wasm-sdk/wasm-sdk-csharp/Host.cs:5
↓ 8 callersMethodSerialize
(object? value)
libs/wasm-sdk/wasm-sdk-csharp/Json.cs:18
↓ 8 callersFunction_try_import
(name)
libs/nodes/code-interpreter/python-interpreter/src/_preload.py:11
↓ 8 callersFunctionaddExecPins
(node: INode)
apps/desktop/app/importer/lib/board-builder.ts:301
↓ 8 callersMethodadd_pin
(self, pin: PinDefinition)
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:305
↓ 8 callersFunctionappend_processed_variants
( variants: &mut Vec<DecodeVariant>, source_count: usize, max_variants: usize, mut build_varia
packages/catalog/media/src/image/content/read_barcodes.rs:886
↓ 8 callersFunctionapply_incoming_message_to_handler
( context: &mut ExecutionContext, msg: &Message, single_string: bool, single_byte: bool, o
packages/catalog/web/src/web/websocket/connect.rs:477
↓ 8 callersFunctionapply_incoming_payload_to_handler
( context: &mut ExecutionContext, payload: &IncomingPayload, handler: &MessageHandlerContext,
packages/catalog/web/src/web/message_handler.rs:306
↓ 8 callersFunctionasSchema
(value: unknown)
apps/docs/src/components/node-docs/NodeReference.tsx:156
↓ 8 callersFunctionas_examples_path
Get the path to the compiled AssemblyScript examples WASM
packages/wasm/tests/integration_test.rs:47
↓ 8 callersFunctionbatches_to_rows
( batches: &[flow_like_storage::datafusion::arrow::record_batch::RecordBatch], )
packages/catalog/data/src/data/datafusion/query.rs:128
↓ 8 callersFunctionbinding_base_name
(node: &Node)
packages/core/src/flow/ast/lower.rs:1486
↓ 8 callersFunctionbitDependencyRef
(bit: IBit)
packages/ui/lib/bit/tts-asset-repair.ts:26
↓ 8 callersMethodblock_body
Parse statements until a closing `}` (which is consumed). Assumes the opening `{` (and any trailing label/anchor) was already consumed.
packages/ast/src/parse/parser.rs:463
↓ 8 callersMethodbuild
(module: Module, hash: String)
packages/wasm/src/module.rs:47
↓ 8 callersMethodbuild
(self)
packages/core/src/a2ui/surface.rs:503
↓ 8 callersFunctionbuildPinMapping
(nodeRef: string, node: INode)
packages/ui/hooks/use-copilot-commands.tsx:289
↓ 8 callersFunctionbuild_executor_payload
Build the payload sent to the executor
packages/api/src/execution/dispatch.rs:979
↓ 8 callersFunctionclient_metadata
( request: &HttpRequest, protocol: &str, oauth_claims: Option<Value>, )
packages/catalog/web/src/web/auth.rs:158
↓ 8 callersFunctioncm_to_emu
Convert cm to EMU (English Metric Units) for PPTX.
packages/catalog/media/src/document/styles.rs:46
↓ 8 callersFunctioncompute_entry_hash
Compute the blake3 hash for an audit entry. The hash covers: sequence, timestamp, actor_id, action, resource_type, resource_id, details (canonical JS
packages/api/src/audit/chain.rs:40
↓ 8 callersMethodconnected_to
(&self)
packages/core/src/flow/execution/internal_pin.rs:103
↓ 8 callersFunctioncreate_execution_input
( node_name: &str, inputs: serde_json::Map<String, serde_json::Value>, )
packages/wasm/tests/rust_sdk_e2e_test.rs:54
↓ 8 callersFunctiondb_call
(op: u32, conn_json: &str, payload_json: &str)
libs/wasm-sdk/wasm-sdk-rust/src/host.rs:270
↓ 8 callersFunctiondb_path_from_base
(base_path: &str)
packages/core/src/credentials.rs:23
← previousnext →801–900 of 22,123, ranked by callers