MCPcopy Create free account

hub / github.com/TannerGabriel/learning-go / functions

Functions518 in github.com/TannerGabriel/learning-go

↓ 107 callersMethodError
()
basics/14-Error-Handling/ErrorHandling.go:10
↓ 11 callersMethodExec
(ctx context.Context)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:163
↓ 9 callersFunctionfile_blog_proto_rawDescGZIP
()
beginner-programs/gRPC-CRUD/pb/blog.pb.go:549
↓ 7 callersMethodmarshalNString2string
(ctx context.Context, sel ast.SelectionSet, v string)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2307
↓ 6 callersMethodmarshalOString2string
(ctx context.Context, sel ast.SelectionSet, v string)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2593
↓ 6 callersFunctionsetupResponse
(w *http.ResponseWriter, req *http.Request)
beginner-programs/Todo-List/backend/middleware/middleware.go:71
↓ 5 callersMethodDelete
(ctx context.Context, id int)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:66
↓ 4 callersFunctionFactorial
(num int)
algorithms/math/Factorial/Factorial.go:3
↓ 4 callersFunctionFactorialRecursive
(num int)
algorithms/math/Factorial/Factorial_Recursive.go:3
↓ 4 callersFunctionFibonacciRecursive
(n int)
algorithms/math/Fibonacci/Fibonacci_Recursive.go:3
↓ 4 callersMethodQuery
()
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:39
↓ 4 callersMethodSayHello
(ctx context.Context, in *Message, opts ...grpc.CallOption)
beginner-programs/gRPC-Example/chat/github.com/tannergabriel/learning-go/advanced-programs/gRPC-Example/chat/chat.pb.go:173
↓ 4 callersMethod___Type
(ctx context.Context, sel ast.SelectionSet, obj *introspection.Type)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2175
↓ 4 callersMethodmarshalOString2ᚖstring
(ctx context.Context, sel ast.SelectionSet, v *string)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2605
↓ 4 callersMethodmarshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType
(ctx context.Context, sel ast.SelectionSet, v *introspection.Type)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2787
↓ 3 callersMethodCreateBlog
(ctx context.Context, in *CreateBlogRequest, opts ...grpc.CallOption)
beginner-programs/gRPC-CRUD/pb/blog.pb.go:736
↓ 3 callersMethodDeleteBlog
(ctx context.Context, in *DeleteBlogRequest, opts ...grpc.CallOption)
beginner-programs/gRPC-CRUD/pb/blog.pb.go:739
↓ 3 callersFunctionEqual
(a, b []int)
algorithms/math/SieveOfEratosthenes/sieveOfEratosthenes_test.go:54
↓ 3 callersFunctionEqual
(a, b []int)
algorithms/math/PascalTriangle/pascal_test.go:68
↓ 3 callersFunctionHello
(name string)
basics/18-Testing/Basics.go:7
↓ 3 callersMethodLeft
(root int)
algorithms/sorting/HeapSort/heapsort.go:47
↓ 3 callersMethodReadBlog
(ctx context.Context, in *ReadBlogRequest, opts ...grpc.CallOption)
beginner-programs/gRPC-CRUD/pb/blog.pb.go:737
↓ 3 callersMethodRight
(root int)
algorithms/sorting/HeapSort/heapsort.go:51
↓ 3 callersFunctionSetup
Setup fiber app and database
advanced-programs/FiberPostgresCRUD/main.go:84
↓ 3 callersMethodString
()
beginner-programs/gRPC-CRUD/pb/blog.pb.go:52
↓ 3 callersMethodUpdateBlog
(ctx context.Context, in *UpdateBlogRequest, opts ...grpc.CallOption)
beginner-programs/gRPC-CRUD/pb/blog.pb.go:738
↓ 3 callersMethodmarshalNItem2ᚖgithubᚗcomᚋtannergabrielᚋlearningᚑgoᚋadvancedᚑprogramsᚋGraphQLᚑCRUDᚋgraphᚋmodelᚐItem
(ctx context.Context, sel ast.SelectionSet, v *model.Item)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2289
↓ 3 callersMethodmarshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType
(ctx context.Context, sel ast.SelectionSet, v *introspection.Type)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2519
↓ 3 callersFunctionpascalTriangle
(height int)
algorithms/math/PascalTriangle/pascal.go:3
↓ 3 callersFunctionsieveOfEratosthenes
(maxNumber int)
algorithms/math/SieveOfEratosthenes/sieveOfEratosthenes.go:3
↓ 3 callersMethodunmarshalNInt2int
(ctx context.Context, v interface{})
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2234
↓ 3 callersMethodunmarshalNString2string
(ctx context.Context, v interface{})
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2303
↓ 3 callersMethodunmarshalOBoolean2bool
(ctx context.Context, v interface{})
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2543
↓ 2 callersFunctionAdd
(x, y int)
basics/18-Testing/Basics.go:11
↓ 2 callersMethodCreateItems
(ctx context.Context, input model.NewItem)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:65
↓ 2 callersMethodGetAuthorId
()
beginner-programs/gRPC-CRUD/pb/blog.pb.go:82
↓ 2 callersMethodGetBlog
()
beginner-programs/gRPC-CRUD/pb/blog.pb.go:284
↓ 2 callersMethodGetContent
()
beginner-programs/gRPC-CRUD/pb/blog.pb.go:96
↓ 2 callersMethodGetTitle
()
beginner-programs/gRPC-CRUD/pb/blog.pb.go:89
↓ 2 callersMethodHeapify
Heapify : Heapify array
algorithms/sorting/HeapSort/heapsort.go:29
↓ 2 callersFunctionIsValidEmail
Validate domain part
beginner-programs/Email-Validator/email.go:12
↓ 2 callersMethodItem
(ctx context.Context, id int)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:70
↓ 2 callersMethodItems
(ctx context.Context)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:69
↓ 2 callersFunctionMultiply
(x, y int)
basics/18-Testing/Basics.go:15
↓ 2 callersMethodMutation
()
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:38
↓ 2 callersFunctionNewNode
(val int)
data-structures/LinkedList/linkedlist.go:13
↓ 2 callersMethod_Item
(ctx context.Context, sel ast.SelectionSet, obj *model.Item)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:1841
↓ 2 callersMethod___Schema
(ctx context.Context, sel ast.SelectionSet, obj *introspection.Schema)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2134
↓ 2 callersFunctionconnect
(clientId string, uri *url.URL)
advanced-programs/GrafanaSensorVisualization/mqtt.go:14
↓ 2 callersMethodfield_Mutation_createItems_args
endregion ************************** generated!.gotpl ************************** region ***************************** args.gotpl ******************
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:262
↓ 2 callersMethodfield_Mutation_delete_args
(ctx context.Context, rawArgs map[string]interface{})
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:276
↓ 2 callersMethodfield_Query_item_args
(ctx context.Context, rawArgs map[string]interface{})
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:304
↓ 2 callersMethodmarshalNBoolean2bool
(ctx context.Context, sel ast.SelectionSet, v bool)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2224
↓ 2 callersMethodmarshalNInt2int
(ctx context.Context, sel ast.SelectionSet, v int)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2238
↓ 2 callersMethodmarshalN__InputValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue
(ctx context.Context, sel ast.SelectionSet, v introspection.InputValue)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2437
↓ 2 callersMethodmarshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ
(ctx context.Context, sel ast.SelectionSet, v []introspection.InputValue)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2441
↓ 2 callersMethodmarshalN__Type2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType
(ctx context.Context, sel ast.SelectionSet, v introspection.Type)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2478
↓ 2 callersMethodmarshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐTypeᚄ
(ctx context.Context, sel ast.SelectionSet, v []introspection.Type)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2747
↓ 2 callersFunctionmin
(a, b uint16)
algorithms/string/LevenshteinDistance/levenshtein.go:52
↓ 2 callersFunctionmod
(a, b int)
algorithms/math/PrimalityTest/prime.go:29
↓ 2 callersFunctionnewton
(z, x float64)
algorithms/math/SquareRoot/sqrt.go:27
↓ 2 callersFunctionquerySite
Function that will be called as a Goroutine
basics/13-Concurrency/Goroutines.go:12
↓ 2 callersFunctionquerySite
Function that will be called as a Goroutine
basics/13-Concurrency/GoroutinesWait.go:15
↓ 2 callersMethodunmarshalOString2ᚖstring
(ctx context.Context, v interface{})
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2597
↓ 1 callersMethodAlert
()
basics/11-Interfaces/Interfaces.go:27
↓ 1 callersMethodBuildHeap
BuildHeap : Build heap from array
algorithms/sorting/HeapSort/heapsort.go:16
↓ 1 callersMethodConfInfo
()
basics/10-Struct/StructMethods.go:15
↓ 1 callersMethodCount
()
data-structures/LinkedList/linkedlist.go:75
↓ 1 callersFunctionGCD
(a, b int)
algorithms/math/EuclideanAlgorithm/gcd.go:3
↓ 1 callersMethodHeapSort
(array []int)
algorithms/sorting/HeapSort/heapsort.go:5
↓ 1 callersFunctionNewResponseWriter
(w http.ResponseWriter)
advanced-programs/PrometheusHTTPServer/main.go:20
↓ 1 callersFunctionNewServer
()
beginner-programs/HttpServer/server/server.go:9
↓ 1 callersFunctionPrint
Define an empty interface - Often used for functions that accepts any type
basics/11-Interfaces/Interfaces.go:32
↓ 1 callersMethodPrintName
(name string)
basics/11-Interfaces/Interfaces.go:9
↓ 1 callersMethodRemoveAtBeg
()
data-structures/LinkedList/linkedlist.go:42
↓ 1 callersMethodRemoveTop
(array []int, length int)
algorithms/sorting/HeapSort/heapsort.go:22
↓ 1 callersMethodSayHello
(ctx context.Context, in *Message, opts ...grpc.CallOption)
beginner-programs/gRPC-Example/chat/chat.pb.go:169
↓ 1 callersFunctionSortArray
(array []int)
algorithms/search/BinarySearch/binarysearch_test.go:9
↓ 1 callersFunctionSortArray
(array []int)
algorithms/search/JumpSearch/jumpsearch_test.go:9
↓ 1 callersFunctionSortArray
(array []int)
algorithms/search/LinearSearch/linearsearch_test.go:9
↓ 1 callersFunctionSortArray
(array []int)
algorithms/search/InterpolationSearch/interpolationsearch_test.go:9
↓ 1 callersFunctionSqrt
Return error using multiple return statements
basics/14-Error-Handling/ErrorHandling.go:14
↓ 1 callersMethod_Item_id
endregion ***************************** args.gotpl ***************************** region ************************** directives.gotpl ***************
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:354
↓ 1 callersMethod_Item_owner
(ctx context.Context, field graphql.CollectedField, obj *model.Item)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:422
↓ 1 callersMethod_Item_rating
(ctx context.Context, field graphql.CollectedField, obj *model.Item)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:456
↓ 1 callersMethod_Item_title
(ctx context.Context, field graphql.CollectedField, obj *model.Item)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:388
↓ 1 callersMethod_Mutation
(ctx context.Context, sel ast.SelectionSet)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:1883
↓ 1 callersMethod_Mutation_createItems
(ctx context.Context, field graphql.CollectedField)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:490
↓ 1 callersMethod_Mutation_delete
(ctx context.Context, field graphql.CollectedField)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:531
↓ 1 callersMethod_Query
(ctx context.Context, sel ast.SelectionSet)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:1919
↓ 1 callersMethod_Query___schema
(ctx context.Context, field graphql.CollectedField)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:685
↓ 1 callersMethod_Query___type
(ctx context.Context, field graphql.CollectedField)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:647
↓ 1 callersMethod_Query_item
(ctx context.Context, field graphql.CollectedField)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:606
↓ 1 callersMethod_Query_items
(ctx context.Context, field graphql.CollectedField)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:572
↓ 1 callersMethod___Directive
(ctx context.Context, sel ast.SelectionSet, obj *introspection.Directive)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:1977
↓ 1 callersMethod___Directive_args
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:815
↓ 1 callersMethod___Directive_description
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:750
↓ 1 callersMethod___Directive_locations
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:781
↓ 1 callersMethod___Directive_name
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:716
↓ 1 callersMethod___EnumValue
(ctx context.Context, sel ast.SelectionSet, obj *introspection.EnumValue)
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:2016
next →1–100 of 518, ranked by callers