Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WeaveMindAI/weft
/ functions
Functions
1,915 in github.com/WeaveMindAI/weft
⨍
Functions
1,915
◇
Types & classes
353
Function
full_expand_process_gather_valid
()
crates/weft-nodes/src/tests/enrich_tests.rs:1005
Function
full_nested_expand_gather_valid
()
crates/weft-nodes/src/tests/enrich_tests.rs:1044
Function
full_simple_chain_valid
()
crates/weft-nodes/src/tests/enrich_tests.rs:988
Function
full_three_gathers_two_expands_fails
()
crates/weft-nodes/src/tests/enrich_tests.rs:1065
Function
full_type_mismatch_after_expand
()
crates/weft-nodes/src/tests/enrich_tests.rs:1025
Function
gapValue
(raw: string | undefined, fallback = 'md')
dashboard/src/lib/components/runner/sizing.ts:102
Method
gather
(name: &'static str, type_str: &str, required: bool)
crates/weft-nodes/src/node.rs:178
Function
gather_port
(name: &str, pt: WeftType)
crates/weft-nodes/src/tests/enrich_tests.rs:35
Function
getChats
()
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:184
Function
getContacts
()
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:199
Function
getExecution
(id: string, userId: string)
dashboard/src/lib/server/db.ts:689
Function
getLatestTriggerRun
( username: string, slug: string, )
dashboard/src/lib/publish/client.ts:236
Function
getPortTypeColor
(portType: string)
dashboard/src/lib/constants/colors.ts:32
Function
getProject
(id: string, userId: string)
dashboard/src/lib/server/db.ts:154
Function
getProjectVersion
(id: string, userId: string)
dashboard/src/lib/server/db.ts:526
Function
getPublication
(username: string, slug: string)
dashboard/src/lib/publish/client.ts:194
Function
getPublicationSession
(username: string, slug: string)
dashboard/src/lib/publish/client.ts:203
Function
getQr
()
catalog/communication/:whatsapp/bridge/sidecar/src/bridge.js:198
Function
getSocket
()
catalog/communication/:whatsapp/bridge/sidecar/src/bridge.js:201
Function
getState
()
catalog/communication/:whatsapp/bridge/sidecar/src/bridge.js:195
Function
getStatusIcon
(status: string)
dashboard/src/lib/utils/status.ts:46
Function
getStatusStyle
(status: string)
dashboard/src/lib/utils/status.ts:22
Function
getUserId
()
dashboard/src/lib/utils.ts:44
Function
get_by_user_slug
GET /api/v1/publish/by-user/{username}/{slug} Public endpoint: fetch a published snapshot by (username, slug). No auth required. Returns the same pub
crates/weft-api/src/publish.rs:829
Function
get_credits
( State(state): State<Arc<AppState>>, headers: HeaderMap, Query(query): Query<GetCreditsQuery>, )
crates/weft-api/src/routes.rs:1180
Function
get_execution_cost
( State(state): State<Arc<AppState>>, headers: HeaderMap, Query(query): Query<ExecutionCostQuery>,
crates/weft-api/src/routes.rs:1051
Function
get_execution_cost
Get the total billed cost for a single execution (service + execution fees, excludes infra/tangle).
crates/weft-api/src/usage_store.rs:681
Function
get_file
GET /api/v1/files/{file_id} Serves a locally stored file with the correct Content-Type.
crates/weft-api/src/routes.rs:1879
Method
get_infra_endpoint_urls
( &self, ctx: SharedObjectContext<'_>, )
crates/weft-core/src/infrastructure.rs:633
Function
get_infra_live_data
Proxy GET /live from a sidecar for a specific infra node. Looks up the sidecar endpoint URL via InfrastructureManager, then forwards the request.
crates/weft-api/src/routes.rs:1665
Function
get_infra_status
Get infrastructure status: queries Restate get_status, overlays Postgres transitional flag when the backend hasn't caught up yet.
crates/weft-api/src/routes.rs:1575
Method
get_status
( &self, ctx: SharedObjectContext<'_>, )
crates/weft-core/src/infrastructure.rs:608
Method
get_trigger_info
(&self, trigger_id: &str)
crates/weft-nodes/src/trigger_service.rs:176
Function
get_usage
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(user_id): Path<String>, Query(q
crates/weft-api/src/routes.rs:994
Function
gridLayout
( nodes: ParsedNode[], connections: ParsedConnection[], )
dashboard/src/lib/ai/weft-parser.ts:4644
Function
groupAdd
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:88
Function
groupDemote
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:124
Function
groupKick
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:100
Function
groupPromote
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:112
Function
groupUpdateDescription
({ groupId, description })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:148
Function
groupUpdateSubject
({ groupId, subject })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:136
Function
group_in_boundary_does_not_skip_when_one_of_required_one_present
()
crates/weft-core/src/tests/executor_tests.rs:3462
Function
group_in_boundary_does_not_skip_when_optional_input_null
()
crates/weft-core/src/tests/executor_tests.rs:3318
Function
group_in_boundary_skips_when_one_of_required_all_null
()
crates/weft-core/src/tests/executor_tests.rs:3381
Function
group_in_boundary_skips_when_required_input_null
()
crates/weft-core/src/tests/executor_tests.rs:3251
Function
group_mock_direct_node_mock_coexists_with_group_mock
()
crates/weft-core/src/tests/executor_tests.rs:3120
Function
group_mock_e2e_both_outer_and_inner_mocked_outer_triggers
()
crates/weft-core/src/tests/executor_tests.rs:2673
Function
group_mock_e2e_nested_only_inner_mocked
()
crates/weft-core/src/tests/executor_tests.rs:2394
Function
group_mock_e2e_outer_mocked_skips_everything_inside_including_inner_group
()
crates/weft-core/src/tests/executor_tests.rs:2550
Function
group_mock_e2e_sibling_groups_only_one_mocked
()
crates/weft-core/src/tests/executor_tests.rs:2773
Function
group_mock_e2e_skips_internals_emits_mock_downstream
()
crates/weft-core/src/tests/executor_tests.rs:2273
Function
group_mock_multiple_output_ports
()
crates/weft-core/src/tests/executor_tests.rs:3082
Function
group_mock_node_with_all_optional_inputs_inside_mocked_group
()
crates/weft-core/src/tests/executor_tests.rs:2998
Function
group_mock_outer_mocked_inner_passthroughs_never_ready
()
crates/weft-core/src/tests/executor_tests.rs:2888
Function
group_mock_triple_nesting_mock_middle
()
crates/weft-core/src/tests/executor_tests.rs:3161
Function
group_out_boundary_never_skips
()
crates/weft-core/src/tests/executor_tests.rs:3543
Function
group_required_input_unwired_is_compile_error
()
crates/weft-nodes/src/tests/enrich_tests.rs:3350
Function
handle
({ event, resolve })
dashboard/src/hooks.server.ts:128
Function
handleBlobFieldUpload
( file: File, acceptHint: string | undefined, onUpdate: (ref: FileRef | null) => void, onError: (msg: stri
dashboard/src/lib/utils/blob-upload.ts:288
Function
handleUpdate
(event: RequestEvent)
dashboard/src/routes/api/executions/[id]/+server.ts:21
Function
handle_action
( State(state): State<Arc<AppState>>, Json(req): Json<ActionRequest>, )
sidecars/examples/rust/src/main.rs:94
Function
handle_action
( State(state): State<Arc<PostgresDurableKv>>, Json(req): Json<ActionRequest>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:216
Function
handle_cancel
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:751
Function
handle_events
( State(_state): State<Arc<AppState>>, )
sidecars/examples/rust/src/main.rs:121
Function
handle_events
( State(_state): State<Arc<PostgresDurableKv>>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:238
Function
handle_execution_callback
( State(state): State<SharedState>, Path(execution_id): Path<String>, Json(req): Json<NodeCallback
crates/weft-orchestrator/src/executor_axum.rs:530
Function
handle_get_all_outputs
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:1014
Function
handle_get_node_executions
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:1027
Function
handle_get_node_statuses
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:998
Function
handle_get_status
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:977
Function
handle_live
( State(_state): State<Arc<AppState>>, )
sidecars/examples/rust/src/main.rs:113
Function
handle_live
( State(_state): State<Arc<PostgresDurableKv>>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:232
Function
handle_outputs
( State(_state): State<Arc<AppState>>, )
sidecars/examples/rust/src/main.rs:104
Function
handle_outputs
( State(_state): State<Arc<PostgresDurableKv>>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:226
Function
handle_provide_input
( State(state): State<SharedState>, Path(execution_id): Path<String>, Json(req): Json<ProvideInput
crates/weft-orchestrator/src/executor_axum.rs:837
Function
handle_retry_node_dispatch
( State(state): State<SharedState>, Path(execution_id): Path<String>, body: String, )
crates/weft-orchestrator/src/executor_axum.rs:1039
Function
handle_start
( State(state): State<SharedState>, Path(execution_id): Path<String>, headers: axum::http::HeaderM
crates/weft-orchestrator/src/executor_axum.rs:364
Function
handle_webhook
Handle incoming webhook calls URL format: /api/v1/webhooks/{trigger_id} The trigger's config can specify signature validation: - secret: The shared s
crates/weft-api/src/webhooks.rs:37
Function
hasInfraDivergence
( frontendNodes: FrontendInfraNode[], backendNodes: InfraNodeState[], )
dashboard/src/lib/utils/infra-reconciliation.ts:123
Function
hasLoomMarker
(text: string)
dashboard/src/lib/ai/loom-parser.ts:871
Function
hasLoomPatchMarker
(rawResponse: string)
dashboard/src/lib/ai/weft-patch.ts:153
Function
hasWeftPatchMarker
(rawResponse: string)
dashboard/src/lib/ai/weft-patch.ts:144
Function
headers_to_json
Convert headers to JSON for inclusion in payload
crates/weft-api/src/webhooks.rs:342
Function
health
()
sidecars/examples/rust/src/main.rs:90
Function
health
()
crates/weft-api/src/routes.rs:161
Function
health
()
catalog/storage/:postgres/database/sidecar/src/main.rs:212
Function
health_check
Health check for extension - validates token is valid
crates/weft-api/src/extension_api.rs:578
Method
health_handler
( axum::extract::State(service): axum::extract::State<Self>, )
crates/weft-nodes/src/service.rs:122
Method
heartbeat
( &self, ctx: ObjectContext<'_>, instance_id: String, )
crates/weft-core/src/instance_registry.rs:91
Function
humanInputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/query/frontend.ts:118
Function
humanOutputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/query/frontend.ts:122
Function
humanTriggerInputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/trigger/frontend.ts:10
Function
humanTriggerOutputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/trigger/frontend.ts:14
Method
infer
Infer a WeftType from a runtime JSON value. Produces the most specific type in our type system. Arrays are typed as List[T] where T is the union of al
crates/weft-core/src/weft_type.rs:301
Function
infer_chain_expand_then_gather
()
crates/weft-nodes/src/tests/enrich_tests.rs:2647
Function
infer_does_not_override_explicit_expand
()
crates/weft-nodes/src/tests/enrich_tests.rs:2616
Function
infer_empty_array_no_typevar
()
crates/weft-core/src/tests/weft_type_tests.rs:1182
Function
infer_empty_object_no_typevar
()
crates/weft-core/src/tests/weft_type_tests.rs:1189
Function
infer_expand_depth_2
()
crates/weft-nodes/src/tests/enrich_tests.rs:2584
Function
infer_expand_list_number_to_number
()
crates/weft-nodes/src/tests/enrich_tests.rs:2683
← previous
next →
1,001–1,100 of 1,915, ranked by callers