MCPcopy Create free account

hub / github.com/WeaveMindAI/weft / functions

Functions1,915 in github.com/WeaveMindAI/weft

Functionfull_expand_process_gather_valid
()
crates/weft-nodes/src/tests/enrich_tests.rs:1005
Functionfull_nested_expand_gather_valid
()
crates/weft-nodes/src/tests/enrich_tests.rs:1044
Functionfull_simple_chain_valid
()
crates/weft-nodes/src/tests/enrich_tests.rs:988
Functionfull_three_gathers_two_expands_fails
()
crates/weft-nodes/src/tests/enrich_tests.rs:1065
Functionfull_type_mismatch_after_expand
()
crates/weft-nodes/src/tests/enrich_tests.rs:1025
FunctiongapValue
(raw: string | undefined, fallback = 'md')
dashboard/src/lib/components/runner/sizing.ts:102
Methodgather
(name: &'static str, type_str: &str, required: bool)
crates/weft-nodes/src/node.rs:178
Functiongather_port
(name: &str, pt: WeftType)
crates/weft-nodes/src/tests/enrich_tests.rs:35
FunctiongetChats
()
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:184
FunctiongetContacts
()
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:199
FunctiongetExecution
(id: string, userId: string)
dashboard/src/lib/server/db.ts:689
FunctiongetLatestTriggerRun
( username: string, slug: string, )
dashboard/src/lib/publish/client.ts:236
FunctiongetPortTypeColor
(portType: string)
dashboard/src/lib/constants/colors.ts:32
FunctiongetProject
(id: string, userId: string)
dashboard/src/lib/server/db.ts:154
FunctiongetProjectVersion
(id: string, userId: string)
dashboard/src/lib/server/db.ts:526
FunctiongetPublication
(username: string, slug: string)
dashboard/src/lib/publish/client.ts:194
FunctiongetPublicationSession
(username: string, slug: string)
dashboard/src/lib/publish/client.ts:203
FunctiongetQr
()
catalog/communication/:whatsapp/bridge/sidecar/src/bridge.js:198
FunctiongetSocket
()
catalog/communication/:whatsapp/bridge/sidecar/src/bridge.js:201
FunctiongetState
()
catalog/communication/:whatsapp/bridge/sidecar/src/bridge.js:195
FunctiongetStatusIcon
(status: string)
dashboard/src/lib/utils/status.ts:46
FunctiongetStatusStyle
(status: string)
dashboard/src/lib/utils/status.ts:22
FunctiongetUserId
()
dashboard/src/lib/utils.ts:44
Functionget_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
Functionget_credits
( State(state): State<Arc<AppState>>, headers: HeaderMap, Query(query): Query<GetCreditsQuery>, )
crates/weft-api/src/routes.rs:1180
Functionget_execution_cost
( State(state): State<Arc<AppState>>, headers: HeaderMap, Query(query): Query<ExecutionCostQuery>,
crates/weft-api/src/routes.rs:1051
Functionget_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
Functionget_file
GET /api/v1/files/{file_id} Serves a locally stored file with the correct Content-Type.
crates/weft-api/src/routes.rs:1879
Methodget_infra_endpoint_urls
( &self, ctx: SharedObjectContext<'_>, )
crates/weft-core/src/infrastructure.rs:633
Functionget_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
Functionget_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
Methodget_status
( &self, ctx: SharedObjectContext<'_>, )
crates/weft-core/src/infrastructure.rs:608
Methodget_trigger_info
(&self, trigger_id: &str)
crates/weft-nodes/src/trigger_service.rs:176
Functionget_usage
( State(state): State<Arc<AppState>>, headers: HeaderMap, Path(user_id): Path<String>, Query(q
crates/weft-api/src/routes.rs:994
FunctiongridLayout
( nodes: ParsedNode[], connections: ParsedConnection[], )
dashboard/src/lib/ai/weft-parser.ts:4644
FunctiongroupAdd
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:88
FunctiongroupDemote
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:124
FunctiongroupKick
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:100
FunctiongroupPromote
({ groupId, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:112
FunctiongroupUpdateDescription
({ groupId, description })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:148
FunctiongroupUpdateSubject
({ groupId, subject })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:136
Functiongroup_in_boundary_does_not_skip_when_one_of_required_one_present
()
crates/weft-core/src/tests/executor_tests.rs:3462
Functiongroup_in_boundary_does_not_skip_when_optional_input_null
()
crates/weft-core/src/tests/executor_tests.rs:3318
Functiongroup_in_boundary_skips_when_one_of_required_all_null
()
crates/weft-core/src/tests/executor_tests.rs:3381
Functiongroup_in_boundary_skips_when_required_input_null
()
crates/weft-core/src/tests/executor_tests.rs:3251
Functiongroup_mock_direct_node_mock_coexists_with_group_mock
()
crates/weft-core/src/tests/executor_tests.rs:3120
Functiongroup_mock_e2e_both_outer_and_inner_mocked_outer_triggers
()
crates/weft-core/src/tests/executor_tests.rs:2673
Functiongroup_mock_e2e_nested_only_inner_mocked
()
crates/weft-core/src/tests/executor_tests.rs:2394
Functiongroup_mock_e2e_outer_mocked_skips_everything_inside_including_inner_group
()
crates/weft-core/src/tests/executor_tests.rs:2550
Functiongroup_mock_e2e_sibling_groups_only_one_mocked
()
crates/weft-core/src/tests/executor_tests.rs:2773
Functiongroup_mock_e2e_skips_internals_emits_mock_downstream
()
crates/weft-core/src/tests/executor_tests.rs:2273
Functiongroup_mock_multiple_output_ports
()
crates/weft-core/src/tests/executor_tests.rs:3082
Functiongroup_mock_node_with_all_optional_inputs_inside_mocked_group
()
crates/weft-core/src/tests/executor_tests.rs:2998
Functiongroup_mock_outer_mocked_inner_passthroughs_never_ready
()
crates/weft-core/src/tests/executor_tests.rs:2888
Functiongroup_mock_triple_nesting_mock_middle
()
crates/weft-core/src/tests/executor_tests.rs:3161
Functiongroup_out_boundary_never_skips
()
crates/weft-core/src/tests/executor_tests.rs:3543
Functiongroup_required_input_unwired_is_compile_error
()
crates/weft-nodes/src/tests/enrich_tests.rs:3350
Functionhandle
({ event, resolve })
dashboard/src/hooks.server.ts:128
FunctionhandleBlobFieldUpload
( file: File, acceptHint: string | undefined, onUpdate: (ref: FileRef | null) => void, onError: (msg: stri
dashboard/src/lib/utils/blob-upload.ts:288
FunctionhandleUpdate
(event: RequestEvent)
dashboard/src/routes/api/executions/[id]/+server.ts:21
Functionhandle_action
( State(state): State<Arc<AppState>>, Json(req): Json<ActionRequest>, )
sidecars/examples/rust/src/main.rs:94
Functionhandle_action
( State(state): State<Arc<PostgresDurableKv>>, Json(req): Json<ActionRequest>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:216
Functionhandle_cancel
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:751
Functionhandle_events
( State(_state): State<Arc<AppState>>, )
sidecars/examples/rust/src/main.rs:121
Functionhandle_events
( State(_state): State<Arc<PostgresDurableKv>>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:238
Functionhandle_execution_callback
( State(state): State<SharedState>, Path(execution_id): Path<String>, Json(req): Json<NodeCallback
crates/weft-orchestrator/src/executor_axum.rs:530
Functionhandle_get_all_outputs
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:1014
Functionhandle_get_node_executions
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:1027
Functionhandle_get_node_statuses
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:998
Functionhandle_get_status
( State(state): State<SharedState>, Path(execution_id): Path<String>, )
crates/weft-orchestrator/src/executor_axum.rs:977
Functionhandle_live
( State(_state): State<Arc<AppState>>, )
sidecars/examples/rust/src/main.rs:113
Functionhandle_live
( State(_state): State<Arc<PostgresDurableKv>>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:232
Functionhandle_outputs
( State(_state): State<Arc<AppState>>, )
sidecars/examples/rust/src/main.rs:104
Functionhandle_outputs
( State(_state): State<Arc<PostgresDurableKv>>, )
catalog/storage/:postgres/database/sidecar/src/main.rs:226
Functionhandle_provide_input
( State(state): State<SharedState>, Path(execution_id): Path<String>, Json(req): Json<ProvideInput
crates/weft-orchestrator/src/executor_axum.rs:837
Functionhandle_retry_node_dispatch
( State(state): State<SharedState>, Path(execution_id): Path<String>, body: String, )
crates/weft-orchestrator/src/executor_axum.rs:1039
Functionhandle_start
( State(state): State<SharedState>, Path(execution_id): Path<String>, headers: axum::http::HeaderM
crates/weft-orchestrator/src/executor_axum.rs:364
Functionhandle_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
FunctionhasInfraDivergence
( frontendNodes: FrontendInfraNode[], backendNodes: InfraNodeState[], )
dashboard/src/lib/utils/infra-reconciliation.ts:123
FunctionhasLoomMarker
(text: string)
dashboard/src/lib/ai/loom-parser.ts:871
FunctionhasLoomPatchMarker
(rawResponse: string)
dashboard/src/lib/ai/weft-patch.ts:153
FunctionhasWeftPatchMarker
(rawResponse: string)
dashboard/src/lib/ai/weft-patch.ts:144
Functionheaders_to_json
Convert headers to JSON for inclusion in payload
crates/weft-api/src/webhooks.rs:342
Functionhealth
()
sidecars/examples/rust/src/main.rs:90
Functionhealth
()
crates/weft-api/src/routes.rs:161
Functionhealth
()
catalog/storage/:postgres/database/sidecar/src/main.rs:212
Functionhealth_check
Health check for extension - validates token is valid
crates/weft-api/src/extension_api.rs:578
Methodhealth_handler
( axum::extract::State(service): axum::extract::State<Self>, )
crates/weft-nodes/src/service.rs:122
Methodheartbeat
( &self, ctx: ObjectContext<'_>, instance_id: String, )
crates/weft-core/src/instance_registry.rs:91
FunctionhumanInputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/query/frontend.ts:118
FunctionhumanOutputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/query/frontend.ts:122
FunctionhumanTriggerInputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/trigger/frontend.ts:10
FunctionhumanTriggerOutputsFromConfig
(config: Record<string, unknown>)
catalog/feedback/:human/trigger/frontend.ts:14
Methodinfer
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
Functioninfer_chain_expand_then_gather
()
crates/weft-nodes/src/tests/enrich_tests.rs:2647
Functioninfer_does_not_override_explicit_expand
()
crates/weft-nodes/src/tests/enrich_tests.rs:2616
Functioninfer_empty_array_no_typevar
()
crates/weft-core/src/tests/weft_type_tests.rs:1182
Functioninfer_empty_object_no_typevar
()
crates/weft-core/src/tests/weft_type_tests.rs:1189
Functioninfer_expand_depth_2
()
crates/weft-nodes/src/tests/enrich_tests.rs:2584
Functioninfer_expand_list_number_to_number
()
crates/weft-nodes/src/tests/enrich_tests.rs:2683
← previousnext →1,001–1,100 of 1,915, ranked by callers