MCPcopy Create free account

hub / github.com/an0nfunc/ALHP / functions

Functions853 in github.com/an0nfunc/ALHP

↓ 3 callersMethodSetUpdated
SetUpdated sets the "updated" field.
ent/mutation.go:585
↓ 3 callersFunctionStatusEQ
StatusEQ applies the EQ predicate on the "status" field.
ent/dbpackage/where.go:208
↓ 3 callersFunctionStatusValidator
StatusValidator is a validator for the "status" field enum values. It is called by the builders before save.
ent/dbpackage/dbpackage.go:126
↓ 3 callersMethodStrings
Strings returns list of strings from a selector. It is only allowed when selecting one field.
ent/ent.go:304
↓ 3 callersFunctionconstructVersion
(pkgver, pkgrel, epoch string)
utils.go:290
↓ 3 callersMethodfindPkgFiles
()
proto_package.go:676
↓ 3 callersMethodincreasePkgRel
(buildNo int)
proto_package.go:412
↓ 3 callersMethodinit
()
ent/client.go:36
↓ 3 callersFunctionstateFileMeta
(stateFile string)
utils.go:158
↓ 3 callersMethodtoDBPackage
(ctx context.Context, create bool)
proto_package.go:710
↓ 2 callersMethodAddedField
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that t
ent/mutation.go:1598
↓ 2 callersFunctionAnd
And groups predicates with the AND operator between them.
ent/dbpackage/where.go:1158
↓ 2 callersMethodAppendedPackages
AppendedPackages returns the list of values that were appended to the "packages" field in this mutation.
ent/mutation.go:240
↓ 2 callersMethodBool
Bool returns a single bool from a selector. It is only allowed when selecting one field.
ent/ent.go:466
↓ 2 callersMethodBools
Bools returns list of bools from a selector. It is only allowed when selecting one field.
ent/ent.go:445
↓ 2 callersMethodBuildTimeStartCleared
BuildTimeStartCleared returns if the "build_time_start" field was cleared in this mutation.
ent/mutation.go:573
↓ 2 callersMethodClearIoIn
ClearIoIn clears the value of the "io_in" field.
ent/mutation.go:1090
↓ 2 callersMethodClearIoOut
ClearIoOut clears the value of the "io_out" field.
ent/mutation.go:1160
↓ 2 callersMethodClearLastVersionBuild
ClearLastVersionBuild clears the value of the "last_version_build" field.
ent/mutation.go:714
↓ 2 callersMethodClearMaxRss
ClearMaxRss clears the value of the "max_rss" field.
ent/mutation.go:880
↓ 2 callersMethodClearSTime
ClearSTime clears the value of the "s_time" field.
ent/mutation.go:1020
↓ 2 callersMethodClearUTime
ClearUTime clears the value of the "u_time" field.
ent/mutation.go:950
↓ 2 callersMethodClient
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
ent/mutation.go:121
↓ 2 callersMethodCommit
(context.Context, *Tx)
ent/tx.go:29
↓ 2 callersFunctionContainsPkg
(pkgs []*ProtoPackage, pkg *ProtoPackage, repoSensitive bool)
utils.go:613
↓ 2 callersMethodCount
Count returns the count of the given query.
ent/dbpackage_query.go:203
↓ 2 callersMethodDBPackageIsolated
DBPackageIsolated returns ent.DBPackage like DBPackage, but not relying on the path for march and repo
package.go:87
↓ 2 callersMethodDebugSymbolsCleared
DebugSymbolsCleared returns if the "debug_symbols" field was cleared in this mutation.
ent/mutation.go:818
↓ 2 callersMethodDeleteOne
DeleteOne returns a builder for deleting the given entity.
ent/client.go:272
↓ 2 callersMethodDialect
Dialect returns the dialect of the driver we started the transaction from.
ent/tx.go:187
↓ 2 callersFunctionDriver
Driver configures the client driver.
ent/client.go:91
↓ 2 callersMethodExec
Exec executes the deletion query and returns how many vertices were deleted.
ent/dbpackage_delete.go:29
↓ 2 callersMethodField
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in t
ent/mutation.go:1329
↓ 2 callersMethodFirstID
FirstID returns the first DBPackage ID from the query. Returns a *NotFoundError when no DBPackage ID was found.
ent/dbpackage_query.go:86
↓ 2 callersMethodFloat64s
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
ent/ent.go:398
↓ 2 callersMethodFullRepo
FullRepo returns package's dbpackage.Repository-march
package.go:38
↓ 2 callersFunctionHasOp
HasOp is a condition testing mutation operation.
ent/hook/hook.go:65
↓ 2 callersFunctionID
ID filters vertices based on their ID field.
ent/dbpackage/where.go:13
↓ 2 callersMethodID
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the databa
ent/mutation.go:140
↓ 2 callersFunctionIf
If executes the given hook under condition. hook.If(ComputeAverage, And(HasFields(...), HasAddedFields(...)))
ent/hook/hook.go:119
↓ 2 callersMethodInt
Int returns a single int from a selector. It is only allowed when selecting one field.
ent/ent.go:372
↓ 2 callersMethodIntercept
Intercept adds the query interceptors to all the entity clients. In order to add interceptors to a specific client, call: `client.Node.Intercept(...)`
ent/client.go:185
↓ 2 callersMethodInts
Ints returns list of ints from a selector. It is only allowed when selecting one field.
ent/ent.go:351
↓ 2 callersMethodIoInCleared
IoInCleared returns if the "io_in" field was cleared in this mutation.
ent/mutation.go:1097
↓ 2 callersMethodIoOutCleared
IoOutCleared returns if the "io_out" field was cleared in this mutation.
ent/mutation.go:1167
↓ 2 callersMethodLastVerifiedCleared
LastVerifiedCleared returns if the "last_verified" field was cleared in this mutation.
ent/mutation.go:769
↓ 2 callersMethodLastVersionBuildCleared
LastVersionBuildCleared returns if the "last_version_build" field was cleared in this mutation.
ent/mutation.go:720
↓ 2 callersMethodLtoCleared
LtoCleared returns if the "lto" field was cleared in this mutation.
ent/mutation.go:671
↓ 2 callersMethodMaxRssCleared
MaxRssCleared returns if the "max_rss" field was cleared in this mutation.
ent/mutation.go:887
↓ 2 callersMethodMutate
Mutate calls f(ctx, m).
ent/hook/hook.go:17
↓ 2 callersFunctionOpen
Open opens a database/sql.DB specified by the driver name and the data source name, and returns a new client attached to it. Optional parameters can b
ent/client.go:100
↓ 2 callersMethodPackagesCleared
PackagesCleared returns if the "packages" field was cleared in this mutation.
ent/mutation.go:255
↓ 2 callersMethodPkgbaseEquals
(p2 *ProtoPackage, marchSensitive bool)
proto_package.go:792
↓ 2 callersMethodRepo
Repo returns package's dbpackage.Repository
package.go:32
↓ 2 callersMethodRepoVersionCleared
RepoVersionCleared returns if the "repo_version" field was cleared in this mutation.
ent/mutation.go:524
↓ 2 callersFunctionRepositoryEQ
RepositoryEQ applies the EQ predicate on the "repository" field.
ent/dbpackage/where.go:313
↓ 2 callersMethodRollback
(context.Context, *Tx)
ent/tx.go:85
↓ 2 callersMethodSTimeCleared
STimeCleared returns if the "s_time" field was cleared in this mutation.
ent/mutation.go:1027
↓ 2 callersMethodSave
Save executes the query and returns the updated DBPackage entity.
ent/dbpackage_update.go:1048
↓ 2 callersMethodSave
Save creates the DBPackage in the database.
ent/dbpackage_create.go:277
↓ 2 callersMethodSave
Save creates the DBPackage entities in the database.
ent/dbpackage_create.go:478
↓ 2 callersMethodSetBuildTimeStart
SetBuildTimeStart sets the "build_time_start" field.
ent/dbpackage_update.go:146
↓ 2 callersMethodSetDebugSymbols
SetDebugSymbols sets the "debug_symbols" field.
ent/dbpackage_update.go:246
↓ 2 callersMethodSetDebugSymbols
SetDebugSymbols sets the "debug_symbols" field.
ent/dbpackage_create.go:174
↓ 2 callersMethodSetIoIn
SetIoIn sets the "io_in" field.
ent/dbpackage_update.go:347
↓ 2 callersMethodSetIoIn
SetIoIn sets the "io_in" field.
ent/mutation.go:1040
↓ 2 callersMethodSetIoOut
SetIoOut sets the "io_out" field.
ent/dbpackage_update.go:374
↓ 2 callersMethodSetIoOut
SetIoOut sets the "io_out" field.
ent/mutation.go:1110
↓ 2 callersMethodSetLastVerified
SetLastVerified sets the "last_verified" field.
ent/dbpackage_update.go:226
↓ 2 callersMethodSetLastVersionBuild
SetLastVersionBuild sets the "last_version_build" field.
ent/dbpackage_update.go:206
↓ 2 callersMethodSetLto
SetLto sets the "lto" field.
ent/dbpackage_update.go:186
↓ 2 callersMethodSetLto
SetLto sets the "lto" field.
ent/dbpackage_create.go:132
↓ 2 callersMethodSetMarch
SetMarch sets the "march" field.
ent/mutation.go:402
↓ 2 callersMethodSetMaxRss
SetMaxRss sets the "max_rss" field.
ent/dbpackage_update.go:266
↓ 2 callersMethodSetMaxRss
SetMaxRss sets the "max_rss" field.
ent/mutation.go:830
↓ 2 callersMethodSetPkgbase
SetPkgbase sets the "pkgbase" field.
ent/mutation.go:167
↓ 2 callersMethodSetRepoVersion
SetRepoVersion sets the "repo_version" field.
ent/dbpackage_update.go:126
↓ 2 callersMethodSetRepository
SetRepository sets the "repository" field.
ent/dbpackage_update.go:92
↓ 2 callersMethodSetRepository
SetRepository sets the "repository" field.
ent/mutation.go:366
↓ 2 callersMethodSetSTime
SetSTime sets the "s_time" field.
ent/dbpackage_update.go:320
↓ 2 callersMethodSetSTime
SetSTime sets the "s_time" field.
ent/mutation.go:970
↓ 2 callersMethodSetSkipReason
SetSkipReason sets the "skip_reason" field.
ent/dbpackage_update.go:72
↓ 2 callersMethodSetStatus
SetStatus sets the "status" field.
ent/dbpackage_update.go:52
↓ 2 callersMethodSetStatus
SetStatus sets the "status" field.
ent/dbpackage_create.go:36
↓ 2 callersMethodSetTagRev
SetTagRev sets the "tag_rev" field.
ent/dbpackage_update.go:401
↓ 2 callersMethodSetUTime
SetUTime sets the "u_time" field.
ent/dbpackage_update.go:293
↓ 2 callersMethodSetUTime
SetUTime sets the "u_time" field.
ent/mutation.go:900
↓ 2 callersMethodSetUpdated
SetUpdated sets the "updated" field.
ent/dbpackage_update.go:166
↓ 2 callersMethodSetVersion
SetVersion sets the "version" field.
ent/dbpackage_update.go:106
↓ 2 callersMethodSkipReasonCleared
SkipReasonCleared returns if the "skip_reason" field was cleared in this mutation.
ent/mutation.go:354
↓ 2 callersMethodStatusCleared
StatusCleared returns if the "status" field was cleared in this mutation.
ent/mutation.go:305
↓ 2 callersMethodTagRevCleared
TagRevCleared returns if the "tag_rev" field was cleared in this mutation.
ent/mutation.go:1217
↓ 2 callersMethodUTimeCleared
UTimeCleared returns if the "u_time" field was cleared in this mutation.
ent/mutation.go:957
↓ 2 callersMethodUpdatedCleared
UpdatedCleared returns if the "updated" field was cleared in this mutation.
ent/mutation.go:622
↓ 2 callersFunctionValidColumn
ValidColumn reports if the column name is valid (part of the table columns).
ent/dbpackage/dbpackage.go:86
↓ 2 callersMethodValue
Value returns the ent.Value that was dynamically selected and assigned to the DBPackage. This includes values selected through modifiers, order, etc.
ent/dbpackage.go:235
↓ 2 callersMethodVersionCleared
VersionCleared returns if the "version" field was cleared in this mutation.
ent/mutation.go:475
↓ 2 callersMethodcheck
check runs all checks and user-defined validators on the builder.
ent/dbpackage_create.go:321
↓ 2 callersFunctioncleanBuildDir
(dir, chrootDir string)
utils.go:120
↓ 2 callersMethodcloneBranch
cloneBranch returns the git ref to use when cloning the upstream packaging repo. The default ref is the tag recorded in state.git; UseLatest overrides
proto_package.go:567
← previousnext →101–200 of 853, ranked by callers