MCPcopy Create free account

hub / github.com/GrowAdept/youtube / functions

Functions474 in github.com/GrowAdept/youtube

↓ 1 callersFunctionprintC
()
gobeyondbasics/sync/main.go:29
↓ 1 callersFunctionprintD
()
gobeyondbasics/goroutines/main.go:31
↓ 1 callersFunctionprintD
(c chan string)
gobeyondbasics/channels/channels/main.go:29
↓ 1 callersFunctionprintD
()
gobeyondbasics/sync/main.go:37
↓ 1 callersMethodprintMessage
unexported method can be run inside of local package but not outside
gobeyondbasics/calendar/calendar.go:62
↓ 1 callersFunctionprintPet
()
gobasics/scope/main.go:12
↓ 1 callersFunctionprintProverb
()
gobeyondbasics/splitcode/xyz.go:11
↓ 1 callersFunctionprintTwice
prints passed in value twice
gobasics/comments/main.go:16
↓ 1 callersFunctionrectArea
(len float64, wid float64)
gobasics/funcs/main.go:12
↓ 1 callersFunctionrectArea
(len float64, wid float64)
gobasics/error/main.go:9
↓ 1 callersFunctionsendVerPWemail
(randStr string, username string, toEmail string)
gowebdev/forgotPassword/main.go:744
↓ 1 callersFunctionsender1
(ch chan string, s string)
gobeyondbasics/select/main.go:13
↓ 1 callersFunctionsender2
(ch chan int, i int)
gobeyondbasics/select/main.go:18
↓ 1 callersFunctionsender3
(ch chan Result, r Result)
gobeyondbasics/select/main.go:23
↓ 1 callersFunctionticker
()
gobasics/concurrency2/main.go:30
↓ 1 callersFunctionticker
()
gobasics/concurrency/main.go:18
↓ 1 callersFunctiontotalTwoItems
* // WARNING: this will not work since the ... is not on the last parameter in function signature // throws error: syntax error: cannot use ... with n
gobasics/variadicfunc/main.go:60
↓ 1 callersFunctiontransSavToCheck
(userID int, amount float32)
gowebMySQL/transactions/main.go:28
↓ 1 callersMethodvalidateEmail
validateEmail validates email re returns error that is safe to share with the user
gin/register/users.go:174
↓ 1 callersMethodvalidateEmail
validateEmail validates email re returns error that is safe to share with the user
gin/pswdRecovery/users.go:179
↓ 1 callersMethodvalidateEmail
validateEmail validates email re returns error that is safe to share with the user
gin/changePswd/users.go:186
↓ 1 callersMethodvalidatePassword
validatePassword checks level of entropy of password
gin/register/users.go:44
↓ 1 callersMethodvalidateUsername
validateUsername checks username only has alphanumeric characters and if sufficient length, errors are safe to share with user
gin/register/users.go:29
↓ 1 callersMethodvalidateUsername
validateUsername checks username only has alphanumeric characters and if sufficient length, errors are safe to share with user
gin/pswdRecovery/users.go:41
↓ 1 callersMethodvalidateUsername
validateUsername checks username only has alphanumeric characters and if sufficient length, errors are safe to share with user
gin/changePswd/users.go:51
MethodAskGPTresp
(prompt string)
goprojects/chatGPT/chatGPTapi/chatGPTapi.go:101
FunctionBenchmarkAdd2
(b *testing.B)
gobasics/testing/main_test.go:34
FunctionCallClear
()
gobasics/concurrency2/main.go:43
FunctionCanCashPr
(p float64)
gowebdev/tmpTrblshoot/main.go:29
MethodCanCashPr
CanCashPr converts Canadian price to cash price (no 1 cent coins)
gowebdev/tmpMethod/main.go:15
FunctionChPswdGEThandler
ChPswdGETHandler displays for to make password change
gin/changePswd/main.go:448
FunctionChPswdPOSThandler
even if user is logged in, we ask for the password again incase user was away from keyboard but still logged in
gin/changePswd/main.go:454
FunctionCreateClient
(APIkey, APIurl string)
goprojects/chatGPT/chatGPTapi/chatGPTapi.go:58
MethodDay
()
gobeyondbasics/encap/main.go:23
MethodEmailExists
EmailExists checks if email address exists in db
gin/pswdRecovery/users.go:78
MethodEmailExists
EmailExists checks if email address exists in db
gin/changePswd/users.go:88
FunctionExample
()
gobasics/testing/main_test.go:40
MethodLen
Len is the number of elements in the collection.
gocorefuncs/sort/custsort/main.go:23
MethodLess
Swap swaps the elements with indexes i and j.
gocorefuncs/sort/custsort/main.go:33
MethodMonth
()
gobeyondbasics/calendar/calendar.go:49
FunctionOrder
(x []T)
gobeyondbasics/generics/constraints/main.go:8
FunctionOrder2
(x []T)
gobeyondbasics/generics/constraints/main.go:13
FunctionPrintAnotherProv
needs to be capitalized to run outside of package
gobeyondbasics/splitcode/doathing/doapart/doapart1.go:10
FunctionPrintProverb
(prov string)
gobeyondbasics/splitcode/doathing/doathing.go:12
MethodSetDay
(day int)
gobeyondbasics/encap/main.go:15
MethodSwap
Less reports whether the element with index i should sort before the element with index j.
gocorefuncs/sort/custsort/main.go:28
FunctionTestAdd2
(t *testing.T)
gobasics/testing/main_test.go:18
FunctionTestCheckNameLen
(t *testing.T)
gobasics/testingErrors/main_test.go:9
FunctionTestHello
(t *testing.T)
gobasics/testing/main_test.go:27
FunctionTestOpenFile
(t *testing.T)
gobasics/testingErrors/main_test.go:26
FunctionTestWorld
TestHello checks if "Hello World" is returned
gobasics/testing/world/world_test.go:6
FunctionaboutHandleFunc
(w http.ResponseWriter, r *http.Request)
gowebdev/basicServ3/main.go:22
FunctionaboutHandler
(w http.ResponseWriter, r *http.Request)
gobasics/websvr/main.go:14
FunctionaboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/sessions/main.go:57
FunctionaboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/middleware/main.go:69
FunctionaboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/tmpPrse/main.go:28
FunctionaboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/stayLoggedIn/main.go:99
FunctionaboutHandler
check session for logged in done with middleware Auth()
gowebdev/forgotPassword/main.go:91
FunctionaboutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/editProfile/main.go:111
FunctionaccCreateHandler
accCreateHandler creates new user in database
gowebdev/editProfile/main.go:194
FunctionaccEditHandler
accEditHandler render edit profile page
gowebdev/editProfile/main.go:545
FunctionaccEditVerHandler
accEditVefHandler render edit profile page
gowebdev/editProfile/main.go:563
FunctionaccEmailVerHandler
accEmailVerHandler serves form for registring new users
gowebdev/editProfile/main.go:305
FunctionaccForgotPWhandler
route: /account/forgotpw renders form for recovering account via email
gowebdev/editProfile/main.go:375
FunctionaccForgotPWvalHandler
route: /account/forgotpw/validate checks if email exists for this account and send email if exists (do not want to send unsolicited emails)
gowebdev/editProfile/main.go:382
FunctionaccForgotPWverHandler
route: /account/forgotpw/verify verify u.verPassword and update db
gowebdev/editProfile/main.go:446
FunctionaccForgotpwChangeHandler
route: /account/forgotpw/change render form to change password and passes auth info into the path in the form's action
gowebdev/editProfile/main.go:431
FunctionaccLoginHandler
accLoginHandler serves form for users to login with
gowebdev/editProfile/main.go:117
FunctionaccLoginVerHandler
accLoginVerHandler authenticates user login
gowebdev/editProfile/main.go:123
FunctionaccLogoutHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/editProfile/main.go:165
FunctionaccNewHandler
accNewHandler serves form for registring new users
gowebdev/editProfile/main.go:188
FunctionaccProfileHandler
accProfileHandler renders Profile page
gowebdev/editProfile/main.go:527
FunctionaddTax
pass by copy
gobasics/pointers/main.go:9
Functionarea
(width, height float64)
gobasics/methods/main.go:16
Methodarea
()
gobasics/interfaces/main.go:61
Functionarea2
(r rectangle)
gobasics/methods/main.go:21
FunctionaskGEThandler
askGetHandler displays field to ask chatGPT questions
goprojects/chatGPT/chatGPTweb/main.go:34
FunctionaskPOSThandler
askPostHandler asks chatGPT question from user and serves response
goprojects/chatGPT/chatGPTweb/main.go:39
Functionauth
auth middleware
gin/GorillaSessions/main.go:63
Functionauth
auth middleware checks if logged in by looking at session
gin/register/auth.go:20
Functionauth
auth middleware checks if logged in by looking at session
gin/pswdRecovery/auth.go:20
Functionauth
auth middleware checks if logged in by looking at session
gin/changePswd/auth.go:20
FunctionbrowseHandler
(w http.ResponseWriter, r *http.Request)
gowebMySQL/insUpdDel/main.go:42
FunctioncontactHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/tmpPrse/main.go:32
FunctioncreateGopher
* c.BindJSON(&newGohper) -binds JSON to struct pointer -we handle any errors */
gin/GinVsGorAPI/gin/main.go:46
FunctioncreateGopher
* A Decoder reads and decodes JSON values from an input stream. NewDecoder returns a new decoder that reads from r. The decoder introduces its own buf
gin/GinVsGorAPI/gorilla/main.go:61
FunctioncreateHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/sessions/main.go:26
FunctioncreateMovie
(c *gin.Context)
gin/middleware/main.go:84
FunctioncreateMovie
(c *gin.Context)
gin/ginIntro/APIbasics/main.go:66
FunctioncreateMovieForm
(c *gin.Context)
gin/middleware/main.go:80
FunctiondeleteHandler
(w http.ResponseWriter, r *http.Request)
gowebMySQL/insUpdDel/main.go:154
FunctiondeleteHandler
(w http.ResponseWriter, r *http.Request)
gowebdev/sessions/main.go:61
FunctiondeleteMovie
(c *gin.Context)
gin/ginIntro/APIbasics/main.go:93
MethoddoesChangeStr
receives pointer (memory address) of original struct
gobasics/methodPtr/main.go:14
MethoddoesNotChangeRect
creates copy of type and passes it to the function, not the original
gobasics/methods/main.go:9
FunctionemailChPswdHandler
(c *gin.Context)
gin/pswdRecovery/main.go:364
FunctionemailChPswdHandler
(c *gin.Context)
gin/changePswd/main.go:380
FunctionemailRecovHandler
(c *gin.Context)
gin/pswdRecovery/main.go:321
FunctionemailRecovHandler
(c *gin.Context)
gin/changePswd/main.go:337
FunctionemailverGEThandler
(c *gin.Context)
gin/register/main.go:173
← previousnext →101–200 of 474, ranked by callers