MCPcopy Create free account

hub / github.com/bootdotdev/fcc-learn-golang-assets / functions

Functions675 in github.com/bootdotdev/fcc-learn-golang-assets

↓ 1 callersFunctionprintReports
(messages []string)
course/10-advanced_functions/exercises/7-anonymous_functions/code.go:5
↓ 1 callersFunctionprintReports
(messages []string)
course/10-advanced_functions/exercises/7-anonymous_functions/complete.go:5
↓ 1 callersFunctionremoveProfanity
(message *string)
course/11-pointers/exercises/2-pointers_practice/code.go:7
↓ 1 callersFunctionremoveProfanity
(message *string)
course/11-pointers/exercises/2-pointers_practice/complete.go:8
↓ 1 callersFunctionrespondWithError
(w http.ResponseWriter, code int, msg string)
project/2-boilerplate/src/json.go:9
↓ 1 callersFunctionsaveBackups
(snapshotTicker, saveAfter <-chan time.Time)
course/13-channels/exercises/8-select_default/code.go:8
↓ 1 callersFunctionsaveBackups
(snapshotTicker, saveAfter <-chan time.Time)
course/13-channels/exercises/8-select_default/complete.go:8
↓ 1 callersFunctionsaveSnapshot
()
course/13-channels/exercises/8-select_default/complete.go:29
↓ 1 callersFunctionscrapeFeed
(db *database.Queries, wg *sync.WaitGroup, feed database.Feed)
project/9-scraper/src/scraper.go:36
↓ 1 callersFunctionscrapeFeed
(db *database.Queries, wg *sync.WaitGroup, feed database.Feed)
project/10-posts/src/scraper.go:39
↓ 1 callersFunctionsendEmail
(message string)
course/13-channels/exercises/1-intro/code.go:8
↓ 1 callersFunctionsendEmail
(message string)
course/13-channels/exercises/1-intro/complete.go:8
↓ 1 callersFunctionsendEmails
TEST SUITE - Don't Touch Below This Line
course/13-channels/exercises/4-buffered_channels/code.go:15
↓ 1 callersFunctionsendEmails
TEST SUITE - Don't Touch Below This Line
course/13-channels/exercises/4-buffered_channels/complete.go:15
↓ 1 callersFunctionsendMessage
(msg message)
course/5-interfaces/exercises/1-interfaces/code.go:8
↓ 1 callersFunctionsendMessage
(msg message)
course/5-interfaces/exercises/1-interfaces/complete.go:8
↓ 1 callersFunctionsendMessage
Don't touch above this line
course/11-pointers/exercises/1-pointers_intro/code.go:12
↓ 1 callersFunctionsendMessage
Don't touch above this line
course/11-pointers/exercises/1-pointers_intro/complete.go:12
↓ 1 callersFunctionsendReports
(numBatches int, ch chan int)
course/13-channels/exercises/5-close/code.go:31
↓ 1 callersFunctionsendReports
(numBatches int, ch chan int)
course/13-channels/exercises/5-close/complete.go:39
↓ 1 callersFunctionsendSMSToCouple
(msgToCustomer, msgToSpouse string)
course/6-errors/exercises/1-errors/code.go:7
↓ 1 callersFunctionsendSMSToCouple
(msgToCustomer, msgToSpouse string)
course/6-errors/exercises/1-errors/complete.go:7
↓ 1 callersFunctionsendToLogger
(sms, emails []string)
course/13-channels/exercises/7-select/code.go:62
↓ 1 callersFunctionsendToLogger
(sms, emails []string)
course/13-channels/exercises/7-select/complete.go:75
↓ 1 callersMethodsetMessage
(newMessage string)
course/11-pointers/exercises/6-pointer_receiver_code/code.go:7
↓ 1 callersMethodsetMessage
(newMessage string)
course/11-pointers/exercises/6-pointer_receiver_code/complete.go:7
↓ 1 callersMethodslowIncrement
don't touch below this line
course/14-mutexes/exercises/1-mutex/code.go:25
↓ 1 callersMethodslowIncrement
don't touch below this line
course/14-mutexes/exercises/1-mutex/complete.go:29
↓ 1 callersMethodslowIncrement
don't touch below this line
course/14-mutexes/exercises/5-rw_mutex/code.go:29
↓ 1 callersMethodslowIncrement
don't touch below this line
course/14-mutexes/exercises/5-rw_mutex/complete.go:29
↓ 1 callersFunctionstartScraping
(db *database.Queries, concurrency int, timeBetweenRequest time.Duration)
project/9-scraper/src/scraper.go:15
↓ 1 callersFunctionstartScraping
(db *database.Queries, concurrency int, timeBetweenRequest time.Duration)
project/10-posts/src/scraper.go:18
↓ 1 callersFunctionsum
(nums ...float64)
course/8-slices/exercises/7-variadic_functions/code.go:5
↓ 1 callersFunctionsum
(nums ...float64)
course/8-slices/exercises/7-variadic_functions/complete.go:5
↓ 1 callersFunctiontakeSnapshot
TEST SUITE - Don't touch below this line
course/13-channels/exercises/8-select_default/complete.go:25
↓ 1 callersFunctiontest
()
course/13-channels/exercises/8-select_default/code.go:26
↓ 1 callersFunctiontest
()
course/13-channels/exercises/8-select_default/complete.go:37
↓ 1 callersMethodval
(key string)
course/14-mutexes/exercises/1-mutex/code.go:19
↓ 1 callersMethodval
(key string)
course/14-mutexes/exercises/1-mutex/complete.go:21
↓ 1 callersMethodval
(key string)
course/14-mutexes/exercises/5-rw_mutex/code.go:21
↓ 1 callersMethodval
(key string)
course/14-mutexes/exercises/5-rw_mutex/complete.go:21
↓ 1 callersFunctionwaitForData
()
course/13-channels/exercises/8-select_default/complete.go:33
↓ 1 callersFunctionwaitForDbs
(numDBs int, dbChan chan struct{})
course/13-channels/exercises/3-channels_send/code.go:8
↓ 1 callersFunctionwaitForDbs
(numDBs int, dbChan chan struct{})
course/13-channels/exercises/3-channels_send/complete.go:8
↓ 1 callersFunctionyearsUntilEvents
(age int)
course/3-functions/exercises/6a-named_returns_explicit/code.go:7
↓ 1 callersFunctionyearsUntilEvents
(age int)
course/3-functions/exercises/6a-named_returns_explicit/complete.go:7
↓ 1 callersFunctionyearsUntilEvents
(age int)
course/3-functions/exercises/6-named_return_values/code.go:7
↓ 1 callersFunctionyearsUntilEvents
(age int)
course/3-functions/exercises/6-named_return_values/complete.go:7
MethodCharge
(u user)
course/15-generics/exercises/5-parametric_constraints/code.go:15
MethodCharge
(o org)
course/15-generics/exercises/5-parametric_constraints/code.go:38
MethodCharge
(u user)
course/15-generics/exercises/5-parametric_constraints/complete.go:18
MethodCharge
(o org)
course/15-generics/exercises/5-parametric_constraints/complete.go:41
MethodExecContext
(context.Context, string, ...interface{})
project/8-feedfollows/src/internal/database/db.go:13
MethodExecContext
(context.Context, string, ...interface{})
project/5-apikey/src/internal/database/db.go:13
MethodExecContext
(context.Context, string, ...interface{})
project/9-scraper/src/internal/database/db.go:13
MethodExecContext
(context.Context, string, ...interface{})
project/6-createfeed/src/internal/database/db.go:13
MethodExecContext
(context.Context, string, ...interface{})
project/7-getfeeds/src/internal/database/db.go:13
MethodExecContext
(context.Context, string, ...interface{})
project/4-create_users/src/internal/database/db.go:13
FunctionGetAPIKey
GetAPIKey -
project/8-feedfollows/src/internal/auth/auth.go:12
FunctionGetAPIKey
GetAPIKey -
project/5-apikey/src/internal/auth/auth.go:12
FunctionGetAPIKey
GetAPIKey -
project/9-scraper/src/internal/auth/auth.go:12
FunctionGetAPIKey
GetAPIKey -
project/6-createfeed/src/internal/auth/auth.go:12
FunctionGetAPIKey
GetAPIKey -
project/7-getfeeds/src/internal/auth/auth.go:12
FunctionGetAPIKey
GetAPIKey -
project/10-posts/src/internal/auth/auth.go:12
MethodGetBillingEmail
()
course/15-generics/exercises/5-parametric_constraints/code.go:50
MethodGetBillingEmail
()
course/15-generics/exercises/5-parametric_constraints/code.go:62
MethodGetBillingEmail
()
course/15-generics/exercises/5-parametric_constraints/code.go:71
MethodGetBillingEmail
()
course/15-generics/exercises/5-parametric_constraints/complete.go:65
MethodGetBillingEmail
()
course/15-generics/exercises/5-parametric_constraints/complete.go:74
MethodGetCost
()
course/15-generics/exercises/3-constraints/code.go:15
MethodGetCost
()
course/15-generics/exercises/3-constraints/code.go:29
MethodGetCost
()
course/15-generics/exercises/3-constraints/code.go:48
MethodGetCost
()
course/15-generics/exercises/3-constraints/complete.go:35
MethodGetCost
()
course/15-generics/exercises/3-constraints/complete.go:54
MethodGetName
()
course/15-generics/exercises/3-constraints/code.go:16
MethodGetName
()
course/15-generics/exercises/3-constraints/code.go:25
MethodGetName
()
course/15-generics/exercises/3-constraints/code.go:44
MethodGetName
()
course/15-generics/exercises/3-constraints/complete.go:31
MethodGetName
()
course/15-generics/exercises/3-constraints/complete.go:50
MethodName
()
course/15-generics/exercises/5-parametric_constraints/code.go:26
MethodName
()
course/15-generics/exercises/5-parametric_constraints/code.go:34
MethodName
()
course/15-generics/exercises/5-parametric_constraints/complete.go:29
MethodName
()
course/15-generics/exercises/5-parametric_constraints/complete.go:37
FunctionNew
(db DBTX)
project/8-feedfollows/src/internal/database/db.go:19
FunctionNew
(db DBTX)
project/5-apikey/src/internal/database/db.go:19
FunctionNew
(db DBTX)
project/9-scraper/src/internal/database/db.go:19
FunctionNew
(db DBTX)
project/6-createfeed/src/internal/database/db.go:19
FunctionNew
(db DBTX)
project/7-getfeeds/src/internal/database/db.go:19
FunctionNew
(db DBTX)
project/4-create_users/src/internal/database/db.go:19
FunctionNew
(db DBTX)
project/10-posts/src/internal/database/db.go:19
MethodPrepareContext
(context.Context, string)
project/8-feedfollows/src/internal/database/db.go:14
MethodPrepareContext
(context.Context, string)
project/5-apikey/src/internal/database/db.go:14
MethodPrepareContext
(context.Context, string)
project/9-scraper/src/internal/database/db.go:14
MethodPrepareContext
(context.Context, string)
project/6-createfeed/src/internal/database/db.go:14
MethodPrepareContext
(context.Context, string)
project/7-getfeeds/src/internal/database/db.go:14
MethodPrepareContext
(context.Context, string)
project/4-create_users/src/internal/database/db.go:14
MethodPrepareContext
(context.Context, string)
project/10-posts/src/internal/database/db.go:14
MethodQueryContext
(context.Context, string, ...interface{})
project/8-feedfollows/src/internal/database/db.go:15
MethodQueryContext
(context.Context, string, ...interface{})
project/5-apikey/src/internal/database/db.go:15
MethodQueryContext
(context.Context, string, ...interface{})
project/9-scraper/src/internal/database/db.go:15
← previousnext →301–400 of 675, ranked by callers