MCPcopy Create free account

hub / github.com/WeaveMindAI/weft / functions

Functions1,915 in github.com/WeaveMindAI/weft

Functionconnection_line_literal_on_wired_only_port_rejected
()
crates/weft-nodes/src/tests/enrich_tests.rs:4259
Functionconnection_line_literal_triple_backtick_multiline
()
crates/weft-nodes/src/tests/enrich_tests.rs:4281
Methodconstructor
()
catalog/communication/:whatsapp/bridge/sidecar/src/webhooks.js:9
Methodconstructor
(maxPerChat = 500, persistPath = null)
catalog/communication/:whatsapp/bridge/sidecar/src/message-store.js:20
FunctioncountSensitiveValues
(nodes: ProjectDefinition['nodes'])
dashboard/src/lib/ai/sanitize.ts:33
FunctioncreateFieldEditor
(debounceMs: number = DEFAULT_DEBOUNCE_MS)
dashboard/src/lib/utils/field-editor.svelte.ts:36
FunctioncreateGroup
({ name, participants })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:79
FunctioncreatePortContextMenu
( x: number, y: number, items: PortMenuItem[], onClose: () => void, )
dashboard/src/lib/utils/port-context-menu.ts:72
FunctioncreateProject
( userId: string, name: string, description: string | null, weftCode?: string, loomCode?: string, layout
dashboard/src/lib/server/db.ts:162
FunctioncreateProjectVersion
( projectId: string, userId: string, weftCode: string | null, loomCode: string | null, label: string | nu
dashboard/src/lib/server/db.ts:477
FunctioncreateTestConfig
( projectId: string, userId: string, data: { name: string; description?: string; mocks?: Record<string, Rec
dashboard/src/lib/server/db.ts:804
Functioncreate_file
POST /api/v1/files Creates a file record and returns an upload URL. The caller then PUTs bytes to the upload_url. Request body: { filename, mimeType
crates/weft-api/src/routes.rs:1790
Functioncreate_token
Create a new extension token
crates/weft-api/src/extension_tokens.rs:75
Functiondebug_line_map_nested
()
crates/weft-nodes/src/tests/enrich_tests.rs:3216
FunctiondecodeBool
(raw: unknown)
dashboard/src/lib/components/runner/field-adapters.ts:36
FunctiondecodeList
(raw: unknown)
dashboard/src/lib/components/runner/field-adapters.ts:67
FunctiondecodeNumber
(raw: unknown)
dashboard/src/lib/components/runner/field-adapters.ts:107
FunctiondecodeString
(raw: unknown)
dashboard/src/lib/components/runner/field-adapters.ts:99
Functiondeeply_nested_empty_containers_in_real_api_response
()
crates/weft-core/src/tests/weft_type_tests.rs:1264
Methoddefault
()
crates/weft-core/src/weft_type.rs:519
Methoddefault
()
crates/weft-core/src/node.rs:114
Methoddefault
()
crates/weft-nodes/src/registry.rs:65
Methoddefault
()
crates/weft-nodes/src/runner.rs:90
Functiondefault_callback_status
()
crates/weft-core/src/instance_registry.rs:226
Functiondefault_configurable
()
crates/weft-core/src/project.rs:106
Functiondefault_lane_depth
()
crates/weft-core/src/project.rs:105
Functiondefault_requires_running_instance
()
crates/weft-core/src/node.rs:109
FunctiondeleteMessage
({ chatId, messageId, fromMe })
catalog/communication/:whatsapp/bridge/sidecar/src/actions.js:170
FunctiondeleteProject
(id: string, userId: string)
dashboard/src/lib/server/db.ts:290
FunctiondeleteProjectVersion
(id: string, userId: string)
dashboard/src/lib/server/db.ts:547
FunctiondeletePublication
(slug: string)
dashboard/src/lib/publish/client.ts:182
FunctiondeleteTestConfig
(id: string, userId: string)
dashboard/src/lib/server/db.ts:863
Functiondelete_file
DELETE /api/v1/files/{file_id} Deletes a locally stored file and its metadata.
crates/weft-api/src/routes.rs:1920
Functiondelete_manifests
Delete all resources that were previously applied for this instance. Deletes in reverse order (Deployment before PVC, etc.).
crates/weft-core/src/k8s_provisioner.rs:104
Functiondelete_publication
DELETE /api/v1/publish/{slug} Unpublish. The row is deleted; any associated visitor sessions (cloud-only) are orphaned and cleaned up by a maintenanc
crates/weft-api/src/publish.rs:1349
Functiondelete_token
Delete a token
crates/weft-api/src/extension_tokens.rs:181
FunctiondensityClass
(theme: RunnerTheme | undefined)
dashboard/src/lib/components/runner/skins.ts:311
Methoddeserialize
(deserializer: D)
crates/weft-core/src/weft_type.rs:548
Methoddetect_media_type
Detect if an object is a media type (Image, Video, Audio, Document).
crates/weft-core/src/weft_type.rs:337
Methoddict
(key: WeftType, value: WeftType)
crates/weft-core/src/weft_type.rs:108
FunctiondismissAction
( action: PendingTask & { _tokenConfig?: ExtensionToken } )
extension/src/lib/api.ts:101
Functiondismiss_action
Dismiss an action (just removes from TaskRegistry, no project interaction)
crates/weft-api/src/extension_api.rs:321
Functiondisplay
(key: string, storeValue: string)
dashboard/src/lib/utils/field-editor.svelte.ts:49
FunctiondisplayStatus
(status: string)
dashboard/src/lib/utils/status.ts:59
Functiondisplay_roundtrip
()
crates/weft-core/src/tests/weft_type_tests.rs:261
Functionduplicate_group_name_is_rejected
()
crates/weft-nodes/src/tests/enrich_tests.rs:3688
Functionedge
(source: &str, source_port: &str, target: &str, target_port: &str)
crates/weft-nodes/src/tests/enrich_tests.rs:39
Functionedge_compatible_into_union
()
crates/weft-nodes/src/tests/enrich_tests.rs:94
Functionedge_compatible_list_same_inner
()
crates/weft-nodes/src/tests/enrich_tests.rs:116
Functionedge_compatible_same_type
()
crates/weft-nodes/src/tests/enrich_tests.rs:72
Functionedge_expand_input_list_compatible
()
crates/weft-nodes/src/tests/enrich_tests.rs:348
Functionedge_expand_input_wrong_inner_type
()
crates/weft-nodes/src/tests/enrich_tests.rs:374
Functionedge_expand_input_wrong_type
()
crates/weft-nodes/src/tests/enrich_tests.rs:361
Functionedge_gather_input_compatible
()
crates/weft-nodes/src/tests/enrich_tests.rs:387
Functionedge_gather_input_wrong_element
()
crates/weft-nodes/src/tests/enrich_tests.rs:400
Functionedge_incompatible_different_type
()
crates/weft-nodes/src/tests/enrich_tests.rs:83
Functionedge_incompatible_list_different_inner
()
crates/weft-nodes/src/tests/enrich_tests.rs:127
Functionedge_incompatible_union_into_narrow
()
crates/weft-nodes/src/tests/enrich_tests.rs:105
FunctioneffectiveItemVisibility
( item: SetupItem, project: ProjectDefinition, )
dashboard/src/lib/components/runner/visibility.ts:21
Methodemit
(&self, payload: serde_json::Value)
crates/weft-nodes/src/node.rs:288
Functionempty_dict_compatible_with_dict_of_anything
()
crates/weft-core/src/tests/weft_type_tests.rs:1242
Functionempty_does_not_leak_as_target
()
crates/weft-core/src/tests/weft_type_tests.rs:1315
Functionempty_list_compatible_with_list_of_anything
()
crates/weft-core/src/tests/weft_type_tests.rs:1222
FunctionencodeBool
(value: boolean, fieldType: string)
dashboard/src/lib/components/runner/field-adapters.ts:52
FunctionencodeList
(value: string[], fieldType: string)
dashboard/src/lib/components/runner/field-adapters.ts:89
FunctionencodeNumber
(value: number, fieldType: string)
dashboard/src/lib/components/runner/field-adapters.ts:117
Methodevent_sender
(&self)
crates/weft-nodes/src/trigger_service.rs:76
Methodexecute
(&self, ctx: ExecutionContext)
crates/weft-nodes/src/passthrough.rs:38
Methodexecute
(&self, ctx: ExecutionContext)
catalog/flow/:stack/trim/backend.rs:39
Methodexecute
(&self, ctx: ExecutionContext)
catalog/flow/:stack/depth/backend.rs:36
Methodexecute
(&self, ctx: ExecutionContext)
catalog/flow/notify/backend.rs:35
Methodexecute
(&self, ctx: ExecutionContext)
catalog/flow/gate/backend.rs:42
Methodexecute
(&self, ctx: ExecutionContext)
catalog/social/:x/receive/backend.rs:52
Methodexecute
(&self, ctx: ExecutionContext)
catalog/social/:x/like/backend.rs:38
Methodexecute
(&self, ctx: ExecutionContext)
catalog/social/:x/post/backend.rs:49
Methodexecute
(&self, ctx: ExecutionContext)
catalog/social/:x/delete-post/backend.rs:37
Methodexecute
(&self, ctx: ExecutionContext)
catalog/social/:x/config/backend.rs:43
Methodexecute
(&self, ctx: ExecutionContext)
catalog/social/:x/retweet/backend.rs:38
Methodexecute
(&self, ctx: ExecutionContext)
catalog/feedback/:human/trigger/backend.rs:56
Methodexecute
(&self, ctx: ExecutionContext)
catalog/feedback/:human/query/backend.rs:226
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/media/image/backend.rs:60
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/media/audio/backend.rs:57
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/media/document/backend.rs:69
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/media/video/backend.rs:56
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/primitives/date/backend.rs:34
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/primitives/credential/backend.rs:32
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/primitives/list/backend.rs:33
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/primitives/number/backend.rs:33
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/primitives/dict/backend.rs:33
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/primitives/boolean/backend.rs:33
Methodexecute
(&self, ctx: ExecutionContext)
catalog/data/primitives/text/backend.rs:33
Methodexecute
(&self, ctx: ExecutionContext)
catalog/storage/:memory/store/backend.rs:37
Methodexecute
(&self, ctx: ExecutionContext)
catalog/storage/:memory/delete/backend.rs:36
Methodexecute
(&self, ctx: ExecutionContext)
catalog/storage/:memory/query/backend.rs:38
Methodexecute
(&self, ctx: ExecutionContext)
catalog/triggers/cron/backend.rs:40
Methodexecute
(&self, ctx: ExecutionContext)
catalog/triggers/rss/backend.rs:46
Methodexecute
(&self, ctx: ExecutionContext)
catalog/triggers/:api/post/backend.rs:42
Methodexecute
(&self, ctx: ExecutionContext)
catalog/ai/generative/:llm/inference/backend.rs:48
Methodexecute
(&self, ctx: ExecutionContext)
catalog/ai/generative/:llm/config/backend.rs:45
Methodexecute
(&self, ctx: ExecutionContext)
catalog/ai/processing/:elevenlabs/transcribe/backend.rs:59
← previousnext →801–900 of 1,915, ranked by callers