Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Comfy-Org/registry-backend
/ functions
Functions
6,434 in github.com/Comfy-Org/registry-backend
⨍
Functions
6,434
◇
Types & classes
627
↓ 9 callers
Function
NewStrictServerImplementationWithMocks
NewStrictServerImplementationWithMocks initializes and returns the implementation with mock services.
integration-tests/test_util.go:51
↓ 9 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/node_query.go:406
↓ 9 callers
Method
VersionsIDs
VersionsIDs returns the "versions" edge IDs in the mutation.
ent/mutation.go:5011
↓ 9 callers
Method
assertUserBanned
assertUserBanned checks if the user is banned
server/middleware/authorization/authorization_manager.go:54
↓ 9 callers
Function
setupDB
(t *testing.T, ctx context.Context)
integration-tests/test_util.go:305
↓ 8 callers
Method
BucketName
BucketName returns the value of the "bucket_name" field in the mutation.
ent/mutation.go:9920
↓ 8 callers
Function
CiWorkflowResultToActionJobResult
(result *ent.CIWorkflowResult)
mapper/workflow_run.go:23
↓ 8 callers
Method
FieldCleared
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
ent/mutation.go:5484
↓ 8 callers
Method
FilePath
FilePath returns the value of the "file_path" field in the mutation.
ent/mutation.go:10005
↓ 8 callers
Method
FileType
FileType returns the value of the "file_type" field in the mutation.
ent/mutation.go:10041
↓ 8 callers
Function
GetUserIDFromContext
(ctx context.Context)
mapper/context.go:9
↓ 8 callers
Function
NewAuthorizationManager
NewAuthorizationManager creates a new instance of AuthorizationManager
server/middleware/authorization/authorization_manager.go:44
↓ 8 callers
Function
NewNodeClient
NewNodeClient returns a client for the Node from the given config.
ent/client.go:763
↓ 8 callers
Function
NewNodeVersionClient
NewNodeVersionClient returns a client for the NodeVersion from the given config.
ent/client.go:1109
↓ 8 callers
Function
NewPublisherClient
NewPublisherClient returns a client for the Publisher from the given config.
ent/client.go:1439
↓ 8 callers
Method
NodeCleared
NodeCleared reports if the "node" edge to the Node entity was cleared.
ent/mutation.go:5989
↓ 8 callers
Method
Permission
Permission returns the value of the "permission" field in the mutation.
ent/mutation.go:9306
↓ 8 callers
Method
PublisherPermissionsCleared
PublisherPermissionsCleared reports if the "publisher_permissions" edge to the PublisherPermission entity was cleared.
ent/mutation.go:10839
↓ 8 callers
Method
ReviewsCleared
ReviewsCleared reports if the "reviews" edge to the NodeReview entity was cleared.
ent/mutation.go:5041
↓ 8 callers
Method
Scan
Scan applies the selector query and scans the result into the given value.
ent/node_query.go:773
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/gitcommit_query.go:335
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/personalaccesstoken_query.go:334
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/publisher_query.go:406
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/comfynode_query.go:334
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/nodeversion_query.go:408
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/ciworkflowresult_query.go:372
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/nodereview_query.go:370
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/publisherpermission_query.go:369
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/user_query.go:370
↓ 8 callers
Method
Select
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity. Example: var v []struct
ent/storagefile_query.go:299
↓ 8 callers
Method
UserCleared
UserCleared reports if the "user" edge to the User entity was cleared.
ent/mutation.go:5962
↓ 8 callers
Method
Value
Value returns the ent.Value that was dynamically selected and assigned to the Node. This includes values selected through modifiers, order, etc.
ent/node.go:260
↓ 8 callers
Method
VersionsCleared
VersionsCleared reports if the "versions" edge to the NodeVersion entity was cleared.
ent/mutation.go:4987
↓ 8 callers
Method
assertNodeBanned
assertNodeBanned checks if the node is banned
server/middleware/authorization/authorization_manager.go:124
↓ 8 callers
Function
setupPublisher
Helper function to set up a publisher with a random ID
integration-tests/test_util.go:246
↓ 8 callers
Function
setupTestUser
(client *ent.Client)
integration-tests/test_util.go:87
↓ 7 callers
Method
Append
Append extends a chain, adding the specified hook as the last ones in the mutation flow.
ent/hook/hook.go:307
↓ 7 callers
Method
Author
Author returns the value of the "author" field in the mutation.
ent/mutation.go:4427
↓ 7 callers
Method
Category
Category returns the value of the "category" field in the mutation.
ent/mutation.go:4378
↓ 7 callers
Function
DbNodeToApiNode
(node *ent.Node)
mapper/node.go:132
↓ 7 callers
Function
DbPublisherToApiPublisher
(publisher *ent.Publisher, public bool)
mapper/publisher.go:80
↓ 7 callers
Method
Increment
(key any, i int64)
server/middleware/metric/metric_middleware.go:61
↓ 7 callers
Function
NewCIWorkflowResultClient
NewCIWorkflowResultClient returns a client for the CIWorkflowResult from the given config.
ent/client.go:300
↓ 7 callers
Function
NewNodeReviewClient
NewNodeReviewClient returns a client for the NodeReview from the given config.
ent/client.go:944
↓ 7 callers
Function
NewPublisherPermissionClient
NewPublisherPermissionClient returns a client for the PublisherPermission from the given config.
ent/client.go:1620
↓ 7 callers
Function
NewUserClient
NewUserClient returns a client for the User from the given config.
ent/client.go:1918
↓ 7 callers
Method
ObjectName
ObjectName returns the value of the "object_name" field in the mutation.
ent/mutation.go:9956
↓ 7 callers
Method
Rollback
(context.Context, *Tx)
ent/tx.go:105
↓ 7 callers
Method
SetDescription
SetDescription sets the "description" field.
ent/mutation.go:4324
↓ 7 callers
Method
Update
Update allows overriding fields `UPDATE` values. See the NodeReviewCreate.OnConflict documentation for more info.
ent/nodereview_create.go:349
↓ 7 callers
Method
Update
Update allows overriding fields `UPDATE` values. See the NodeReviewCreateBulk.OnConflict documentation for more info.
ent/nodereview_create.go:613
↓ 7 callers
Method
WithStorageFile
WithStorageFile tells the query-builder to eager-load the nodes that are connected to the "storage_file" edge. The optional arguments are used to conf
ent/nodeversion_query.go:353
↓ 7 callers
Method
prepareQuery
(ctx context.Context)
ent/node_query.go:419
↓ 7 callers
Method
prepareQuery
(ctx context.Context)
ent/publisher_query.go:419
↓ 7 callers
Method
prepareQuery
(ctx context.Context)
ent/nodeversion_query.go:421
↓ 6 callers
Method
All
All executes the query and returns a list of Publishers.
ent/publisher_query.go:237
↓ 6 callers
Method
All
All executes the query and returns a list of NodeVersions.
ent/nodeversion_query.go:239
↓ 6 callers
Method
ComfyNodeExtractStatus
ComfyNodeExtractStatus returns the value of the "comfy_node_extract_status" field in the mutation.
ent/mutation.go:6773
↓ 6 callers
Method
Delete
Delete returns a delete builder for Node.
ent/client.go:824
↓ 6 callers
Method
DescriptionCleared
DescriptionCleared returns if the "description" field was cleared in this mutation.
ent/mutation.go:4361
↓ 6 callers
Function
HasGitcommitWith
HasGitcommitWith applies the HasEdge predicate on the "gitcommit" edge with a given conditions (other predicates).
ent/ciworkflowresult/where.go:1192
↓ 6 callers
Method
IsAdmin
IsAdmin returns the value of the "is_admin" field in the mutation.
ent/mutation.go:10757
↓ 6 callers
Method
IsApproved
IsApproved returns the value of the "is_approved" field in the mutation.
ent/mutation.go:10721
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/gitcommit_query.go:43
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/personalaccesstoken_query.go:42
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/publisher_query.go:46
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/comfynode_query.go:42
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/nodeversion_query.go:48
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/ciworkflowresult_query.go:46
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/nodereview_query.go:44
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/publisherpermission_query.go:43
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/user_query.go:44
↓ 6 callers
Method
Limit
Limit the number of records to be returned by this query.
ent/storagefile_query.go:41
↓ 6 callers
Function
NewComfyNodeClient
NewComfyNodeClient returns a client for the ComfyNode from the given config.
ent/client.go:465
↓ 6 callers
Function
NewGitCommitClient
NewGitCommitClient returns a client for the GitCommit from the given config.
ent/client.go:614
↓ 6 callers
Function
NewPersonalAccessTokenClient
NewPersonalAccessTokenClient returns a client for the PersonalAccessToken from the given config.
ent/client.go:1290
↓ 6 callers
Function
NodeIDEQ
NodeIDEQ applies the EQ predicate on the "node_id" field.
ent/nodeversion/where.go:182
↓ 6 callers
Method
PublisherPermissionsIDs
PublisherPermissionsIDs returns the "publisher_permissions" edge IDs in the mutation.
ent/mutation.go:10863
↓ 6 callers
Method
ReviewsIDs
ReviewsIDs returns the "reviews" edge IDs in the mutation.
ent/mutation.go:5065
↓ 6 callers
Method
Star
Star returns the value of the "star" field in the mutation.
ent/mutation.go:5906
↓ 6 callers
Method
StatusReason
StatusReason returns the value of the "status_reason" field in the mutation.
ent/mutation.go:6737
↓ 6 callers
Method
StorageFileCleared
StorageFileCleared reports if the "storage_file" edge to the StorageFile entity was cleared.
ent/mutation.go:6890
↓ 6 callers
Method
StorageFileIDs
StorageFileIDs returns the "storage_file" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use St
ent/mutation.go:6905
↓ 6 callers
Method
Strings
Strings returns list of strings from a selector. It is only allowed when selecting one field.
ent/ent.go:324
↓ 6 callers
Method
Tags
Tags returns the value of the "tags" field in the mutation.
ent/mutation.go:4598
↓ 6 callers
Method
Timestamp
Timestamp returns the value of the "timestamp" field in the mutation.
ent/mutation.go:3463
↓ 6 callers
Method
TotalInstall
TotalInstall returns the value of the "total_install" field in the mutation.
ent/mutation.go:4649
↓ 6 callers
Method
TotalReview
TotalReview returns the value of the "total_review" field in the mutation.
ent/mutation.go:4761
↓ 6 callers
Method
TotalStar
TotalStar returns the value of the "total_star" field in the mutation.
ent/mutation.go:4705
↓ 6 callers
Method
Update
Update allows overriding fields `UPDATE` values. See the PublisherPermissionCreate.OnConflict documentation for more info.
ent/publisherpermission_create.go:295
↓ 6 callers
Method
Update
Update allows overriding fields `UPDATE` values. See the PublisherPermissionCreateBulk.OnConflict documentation for more info.
ent/publisherpermission_create.go:540
↓ 6 callers
Method
UpdateOneID
UpdateOneID returns an update builder for the given id.
ent/client.go:818
↓ 6 callers
Method
Where
Where adds a new predicate for the PublisherQuery builder.
ent/publisher_query.go:40
↓ 6 callers
Function
checkColumn
checkColumn checks if the column exists in the given table.
ent/ent.go:83
↓ 6 callers
Method
prepareQuery
(ctx context.Context)
ent/ciworkflowresult_query.go:385
↓ 6 callers
Method
prepareQuery
(ctx context.Context)
ent/nodereview_query.go:383
↓ 6 callers
Method
prepareQuery
(ctx context.Context)
ent/publisherpermission_query.go:382
↓ 6 callers
Method
prepareQuery
(ctx context.Context)
ent/user_query.go:383
↓ 6 callers
Function
randomNode
Helper function to generate a random Node for testing
integration-tests/test_util.go:190
↓ 5 callers
Method
All
All executes the query and returns a list of CIWorkflowResults.
ent/ciworkflowresult_query.go:215
← previous
next →
101–200 of 6,434, ranked by callers