MCPcopy Create free account

hub / github.com/Comfy-Org/registry-backend / functions

Functions6,434 in github.com/Comfy-Org/registry-backend

↓ 2 callersMethodListAllNodes
Retrieves a list of nodes (GET /nodes)
drip/api.gen.go:705
↓ 2 callersMethodListNodesForPublisher
Retrieve all nodes (GET /publishers/{publisherId}/nodes)
drip/api.gen.go:756
↓ 2 callersMethodListPublishersForUser
Retrieve all publishers for a given user (GET /users/publishers/)
drip/api.gen.go:804
↓ 2 callersMethodLogoURLCleared
LogoURLCleared returns if the "logo_url" field was cleared in this mutation.
ent/mutation.go:8540
↓ 2 callersMethodMetadataCleared
MetadataCleared returns if the "metadata" field was cleared in this mutation.
ent/mutation.go:1048
↓ 2 callersMethodMutate
Mutate calls f(ctx, m).
ent/hook/hook.go:52
↓ 2 callersMethodNameCleared
NameCleared returns if the "name" field was cleared in this mutation.
ent/mutation.go:10704
↓ 2 callersFunctionNewClient
NewClient creates a new client configured with the given options.
ent/client.go:63
↓ 2 callersFunctionNewPubSubService
(c *config.Config)
gateways/pubsub/pubsub.go:30
↓ 2 callersMethodNodeVersionID
NodeVersionID returns the value of the "node_version_id" field in the mutation.
ent/mutation.go:2034
↓ 2 callersMethodObjectNameCleared
ObjectNameCleared returns if the "object_name" field was cleared in this mutation.
ent/mutation.go:9988
↓ 2 callersMethodOnConflict
OnConflict allows configuring the `ON CONFLICT` / `ON DUPLICATE KEY` clause of the `INSERT` statement. For example: client.Node.Create(). SetCreat
ent/node_create.go:559
↓ 2 callersFunctionOr
Or groups predicates with the OR operator between them.
ent/node/where.go:1204
↓ 2 callersMethodOutputIsListCleared
OutputIsListCleared returns if the "output_is_list" field was cleared in this mutation.
ent/mutation.go:2362
↓ 2 callersMethodPeakVramCleared
PeakVramCleared returns if the "peak_vram" field was cleared in this mutation.
ent/mutation.go:949
↓ 2 callersMethodPostNodeReview
Add review to a specific version of a node (POST /nodes/{nodeId}/reviews)
drip/api.gen.go:720
↓ 2 callersMethodPrNumberCleared
PrNumberCleared returns if the "pr_number" field was cleared in this mutation.
ent/mutation.go:3544
↓ 2 callersMethodPublishNodePack
(ctx context.Context, storageURL string)
gateways/pubsub/pubsub.go:19
↓ 2 callersMethodPublishNodeVersion
Publish a new version of a node (POST /publishers/{publisherId}/nodes/{nodeId}/versions)
drip/api.gen.go:774
↓ 2 callersFunctionPublisherID
PublisherID applies equality check predicate on the "publisher_id" field. It's identical to PublisherIDEQ.
ent/node/where.go:85
↓ 2 callersFunctionPublisherIDEQ
PublisherIDEQ applies the EQ predicate on the "publisher_id" field.
ent/node/where.go:295
↓ 2 callersMethodPythonVersionCleared
PythonVersionCleared returns if the "python_version" field was cleared in this mutation.
ent/mutation.go:663
↓ 2 callersMethodPytorchVersionCleared
PytorchVersionCleared returns if the "pytorch_version" field was cleared in this mutation.
ent/mutation.go:712
↓ 2 callersMethodRecordNodeInstallation
(ctx context.Context, client *ent.Client, node *ent.Node)
services/registry/registry_svc.go:691
↓ 2 callersMethodReindexNodes
Reindex all nodes for searching. (POST /nodes/reindex)
drip/api.gen.go:708
↓ 2 callersMethodRemoveComfyNodeIDs
RemoveComfyNodeIDs removes the "comfy_nodes" edge to ComfyNode entities by IDs.
ent/nodeversion_update.go:243
↓ 2 callersMethodRemoveNodeIDs
RemoveNodeIDs removes the "nodes" edge to Node entities by IDs.
ent/publisher_update.go:249
↓ 2 callersMethodRemovePersonalAccessTokenIDs
RemovePersonalAccessTokenIDs removes the "personal_access_tokens" edge to PersonalAccessToken entities by IDs.
ent/publisher_update.go:270
↓ 2 callersMethodRemovePublisherPermissionIDs
RemovePublisherPermissionIDs removes the "publisher_permissions" edge to PublisherPermission entities by IDs.
ent/publisher_update.go:228
↓ 2 callersMethodRemovePublisherPermissionIDs
RemovePublisherPermissionIDs removes the "publisher_permissions" edge to PublisherPermission entities by IDs.
ent/user_update.go:166
↓ 2 callersMethodRemoveResultIDs
RemoveResultIDs removes the "results" edge to CIWorkflowResult entities by IDs.
ent/gitcommit_update.go:197
↓ 2 callersMethodRemoveReviewIDs
RemoveReviewIDs removes the "reviews" edge to NodeReview entities by IDs.
ent/node_update.go:397
↓ 2 callersMethodRemoveReviewIDs
RemoveReviewIDs removes the "reviews" edge to NodeReview entities by IDs.
ent/user_update.go:187
↓ 2 callersMethodRemoveStorageFileIDs
RemoveStorageFileIDs removes the "storage_file" edge to StorageFile entities by IDs.
ent/ciworkflowresult_update.go:402
↓ 2 callersMethodRemoveVersionIDs
RemoveVersionIDs removes the "versions" edge to NodeVersion entities by IDs.
ent/node_update.go:376
↓ 2 callersMethodRemovedComfyNodesIDs
RemovedComfyNodes returns the removed IDs of the "comfy_nodes" edge to the ComfyNode entity.
ent/mutation.go:6950
↓ 2 callersMethodRemovedNodesIDs
RemovedNodes returns the removed IDs of the "nodes" edge to the Node entity.
ent/mutation.go:8673
↓ 2 callersMethodRemovedPersonalAccessTokensIDs
RemovedPersonalAccessTokens returns the removed IDs of the "personal_access_tokens" edge to the PersonalAccessToken entity.
ent/mutation.go:8727
↓ 2 callersMethodRemovedResultsIDs
RemovedResults returns the removed IDs of the "results" edge to the CIWorkflowResult entity.
ent/mutation.go:3587
↓ 2 callersMethodRemovedStorageFileIDs
RemovedStorageFile returns the removed IDs of the "storage_file" edge to the StorageFile entity.
ent/mutation.go:1130
↓ 2 callersMethodRemovedVersionsIDs
RemovedVersions returns the removed IDs of the "versions" edge to the NodeVersion entity.
ent/mutation.go:5003
↓ 2 callersFunctionRequestLoggerMiddleware
()
server/middleware/request_logger.go:38
↓ 2 callersMethodReturnNamesCleared
ReturnNamesCleared returns if the "return_names" field was cleared in this mutation.
ent/mutation.go:2412
↓ 2 callersMethodReturnTypesCleared
ReturnTypesCleared returns if the "return_types" field was cleared in this mutation.
ent/mutation.go:2461
↓ 2 callersMethodRunIDCleared
RunIDCleared returns if the "run_id" field was cleared in this mutation.
ent/mutation.go:389
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/publisherpermission_update.go:104
↓ 2 callersMethodSave
Save executes the query and returns the updated PublisherPermission entity.
ent/publisherpermission_update.go:330
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/publisher_update.go:285
↓ 2 callersMethodSave
Save executes the query and returns the updated Publisher entity.
ent/publisher_update.go:805
↓ 2 callersMethodSave
Save creates the GitCommit entities in the database.
ent/gitcommit_create.go:744
↓ 2 callersMethodSave
Save creates the Node entities in the database.
ent/node_create.go:1249
↓ 2 callersMethodSave
Save creates the PersonalAccessToken entities in the database.
ent/personalaccesstoken_create.go:524
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/comfynode_update.go:270
↓ 2 callersMethodSave
Save executes the query and returns the updated ComfyNode entity.
ent/comfynode_update.go:695
↓ 2 callersMethodSave
Save creates the ComfyNode entities in the database.
ent/comfynode_create.go:969
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/nodereview_update.go:110
↓ 2 callersMethodSave
Save executes the query and returns the updated NodeReview entity.
ent/nodereview_update.go:341
↓ 2 callersMethodSave
Save creates the PublisherPermission entities in the database.
ent/publisherpermission_create.go:386
↓ 2 callersMethodSave
Save creates the NodeVersion entities in the database.
ent/nodeversion_create.go:878
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/ciworkflowresult_update.go:417
↓ 2 callersMethodSave
Save executes the query and returns the updated CIWorkflowResult entity.
ent/ciworkflowresult_update.go:1056
↓ 2 callersMethodSave
Save creates the CIWorkflowResult entities in the database.
ent/ciworkflowresult_create.go:1291
↓ 2 callersMethodSave
Save creates the User entities in the database.
ent/user_create.go:671
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/personalaccesstoken_update.go:112
↓ 2 callersMethodSave
Save executes the query and returns the updated PersonalAccessToken entity.
ent/personalaccesstoken_update.go:328
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/gitcommit_update.go:212
↓ 2 callersMethodSave
Save executes the query and returns the updated GitCommit entity.
ent/gitcommit_update.go:556
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/node_update.go:412
↓ 2 callersMethodSave
Save executes the query and returns the updated Node entity.
ent/node_update.go:1086
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/nodeversion_update.go:258
↓ 2 callersMethodSave
Save executes the query and returns the updated NodeVersion entity.
ent/nodeversion_update.go:720
↓ 2 callersMethodSave
Save creates the StorageFile entities in the database.
ent/storagefile_create.go:597
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/user_update.go:202
↓ 2 callersMethodSave
Save executes the query and returns the updated User entity.
ent/user_update.go:580
↓ 2 callersMethodSave
Save creates the Publisher entities in the database.
ent/publisher_create.go:811
↓ 2 callersMethodSave
Save executes the query and returns the number of nodes affected by the update operation.
ent/storagefile_update.go:126
↓ 2 callersMethodSave
Save executes the query and returns the updated StorageFile entity.
ent/storagefile_update.go:357
↓ 2 callersMethodSave
Save creates the NodeReview entities in the database.
ent/nodereview_create.go:452
↓ 2 callersMethodSearchNodes
Retrieves a list of nodes (GET /nodes/search)
drip/api.gen.go:711
↓ 2 callersMethodSecurityScan
Security Scan (GET /security-scan)
drip/api.gen.go:795
↓ 2 callersFunctionServiceAccountAuthMiddleware
()
server/middleware/authentication/service_account_auth.go:15
↓ 2 callersMethodSetAuthor
SetAuthor sets the "author" field.
ent/gitcommit_update.go:111
↓ 2 callersMethodSetAuthor
SetAuthor sets the "author" field.
ent/node_update.go:127
↓ 2 callersMethodSetAvgVram
SetAvgVram sets the "avg_vram" field.
ent/ciworkflowresult_update.go:265
↓ 2 callersMethodSetAvgVram
SetAvgVram sets the "avg_vram" field.
ent/mutation.go:822
↓ 2 callersMethodSetBranchName
SetBranchName sets the "branch_name" field.
ent/gitcommit_update.go:55
↓ 2 callersMethodSetBranchName
SetBranchName sets the "branch_name" field.
ent/mutation.go:3265
↓ 2 callersMethodSetBucketName
SetBucketName sets the "bucket_name" field.
ent/storagefile_update.go:39
↓ 2 callersMethodSetCategory
SetCategory sets the "category" field.
ent/comfynode_update.go:70
↓ 2 callersMethodSetCategory
SetCategory sets the "category" field.
ent/node_update.go:107
↓ 2 callersMethodSetChangelog
SetChangelog sets the "changelog" field.
ent/nodeversion_update.go:73
↓ 2 callersMethodSetComfyNodeCloudBuildInfo
SetComfyNodeCloudBuildInfo sets the "comfy_node_cloud_build_info" field.
ent/nodeversion_update.go:161
↓ 2 callersMethodSetComfyNodeExtractStatus
SetComfyNodeExtractStatus sets the "comfy_node_extract_status" field.
ent/nodeversion_create.go:134
↓ 2 callersMethodSetComfyNodeExtractStatus
SetComfyNodeExtractStatus sets the "comfy_node_extract_status" field.
ent/nodeversion_update.go:147
↓ 2 callersMethodSetComfyRunFlags
SetComfyRunFlags sets the "comfy_run_flags" field.
ent/ciworkflowresult_update.go:245
↓ 2 callersMethodSetComfyRunFlags
SetComfyRunFlags sets the "comfy_run_flags" field.
ent/mutation.go:773
↓ 2 callersMethodSetCommitHash
SetCommitHash sets the "commit_hash" field.
ent/gitcommit_update.go:41
↓ 2 callersMethodSetCommitHash
SetCommitHash sets the "commit_hash" field.
ent/mutation.go:3229
↓ 2 callersMethodSetCommitMessage
SetCommitMessage sets the "commit_message" field.
ent/gitcommit_update.go:83
↓ 2 callersMethodSetCommitMessage
SetCommitMessage sets the "commit_message" field.
ent/mutation.go:3337
← previousnext →601–700 of 6,434, ranked by callers