MCPcopy Create free account

hub / github.com/betty200744/ultimate-go / functions

Functions2,090 in github.com/betty200744/ultimate-go

↓ 149 callersMethodEqual
(that interface{})
awesome-go/gogoprobuf/proto/protoc-gen-gogoslick/helloworld/helloworld.pb.go:164
↓ 76 callersMethodClose
()
awesome-go/grpc-go/features/deadline/server/main.go:97
↓ 38 callersMethodError
()
Language_Specification/errors/errors.go:41
↓ 38 callersMethodWrite
(p []byte)
effective-go/Embedding/embedding.go:10
↓ 35 callersMethodMarshal
()
awesome-go/gogoprobuf/proto/protoc-gen-gofast/helloworld/helloworld.pb.go:177
↓ 34 callersMethodAdd
(elements ...interface{})
algorithms/data-structures/sets/sets.go:10
↓ 33 callersMethodSayHello
Sends a greeting
awesome-go/grpc-go/helloworld/helloworld/helloworld.pb.go:122
↓ 29 callersFunctionNewNode
(value int)
leetcode/binary_search/102_107_levelOrder/102_107_levelOrder.go:9
↓ 28 callersMethodString
()
awesome-go/grpc-go/features/proto/echo/echo.pb.go:35
↓ 27 callersMethodInsert
(data int)
algorithms/data-structures/tree/binary_search_tree/binary_search_tree.go:39
↓ 25 callersMethodDo
()
design-pattern/structual/proxy/proxy.go:4
↓ 25 callersMethodUnmarshal
(dAtA []byte)
awesome-go/gogoprobuf/proto/protoc-gen-gofast/helloworld/helloworld.pb.go:346
↓ 21 callersMethodSet
(index int, value interface{})
algorithms/data-structures/lists/lists.go:8
↓ 20 callersMethodString
()
Language_Specification/enum/enum.go:33
↓ 18 callersMethodLock
()
design-pattern/go-design/conversion/conversion.go:9
↓ 18 callersMethodUnaryEcho
UnaryEcho is unary echo.
awesome-go/grpc-go/features/proto/echo/echo.pb.go:122
↓ 17 callersMethodGet
(index int)
algorithms/data-structures/lists/lists.go:7
↓ 17 callersMethodSend
(*EchoRequest)
awesome-go/grpc-go/features/proto/echo/echo.pb.go:190
↓ 16 callersMethodRead
(p []byte)
effective-go/Embedding/embedding.go:7
↓ 15 callersMethodGet
(key string)
mock/user/user.go:5
↓ 15 callersFunctionNewNode
(data int)
leetcode/binary_search/199_Binary_Tree_Right_Side_View/199_Binary_Tree_Right_Side_View.go:11
↓ 13 callersMethodLen
()
build-in-package/container/min-heap_test.go:12
↓ 13 callersMethodPush
(value interface{})
algorithms/data-structures/stack/stack.go:38
↓ 12 callersMethodError
()
design-pattern/go-design/error_wrapping/error_wrapping.go:15
↓ 12 callersMethodInsert
(data int)
leetcode/binary_search/230.Kth-Smallest-Element-in-a-BST/230_KthSmallest.go:17
↓ 12 callersFunctionNewTreeNode
(value int)
leetcode/binary_search/144_145_traversal/144_145_traversal.go:9
↓ 12 callersMethodPrepend
(value interface{})
algorithms/data-structures/lists/singlylinkedlist/singlylinkedlist.go:36
↓ 12 callersMethodPrint
()
algorithms/data-structures/lists/singlylinkedlist/singlylinkedlist.go:141
↓ 12 callersMethodRegister
(name string, port int)
awesome-go/consul/register/register.go:13
↓ 11 callersMethodCode
Code return error code
Language_Specification/errors/errors.go:46
↓ 11 callersMethodCopy
Copy returns a copy of the Sequence.
effective-go/interface_and_other_types/interfaces.go:26
↓ 11 callersMethodSize
()
algorithms/data-structures/containers/containers.go:6
↓ 11 callersMethodString
()
awesome-go/packr/templates/proto/helloworld/helloworld.pb.go:89
↓ 10 callersMethodHeader
()
awesome-go/grpc-go/route_guide/mock_routeguide/rg_mock.go:140
↓ 10 callersMethodLoad
()
build-in-package/sync/sync-value_test.go:13
↓ 10 callersFunctionNewNode
(data int)
algorithms/data-structures/tree/binary_search_tree/binary_search_tree.go:31
↓ 10 callersFunctionNewTreeNode
(value int)
leetcode/binary_search/543_diameterOfBinaryTree/543_diameterOfBinaryTree.go:11
↓ 10 callersMethodRecv
()
awesome-go/grpc-go/features/proto/echo/echo.pb.go:164
↓ 9 callersMethodCloseSend
()
awesome-go/grpc-go/route_guide/mock_routeguide/rg_mock.go:120
↓ 9 callersMethodContext
()
awesome-go/grpc-go/route_guide/mock_routeguide/rg_mock.go:130
↓ 9 callersFunctionNewNode
(data int)
leetcode/binary_search/112_Path_Sum/112_Path_Sum.go:11
↓ 9 callersFunctionRandomString
(l int)
utils/str.go:21
↓ 8 callersMethodFirst
()
build-in-package/sync/sync-value_test.go:23
↓ 8 callersMethodGetChannel
()
awesome-go/rabbitmq/rabbitmq.go:37
↓ 8 callersMethodIndex
()
algorithms/data-structures/lists/arraylist/arraylist.go:35
↓ 8 callersMethodInsert
(index int, value interface{})
algorithms/data-structures/lists/lists.go:11
↓ 8 callersMethodName
()
awesome-go/protoc-gen-star/printer.go:19
↓ 8 callersFunctionNew
()
awesome-go/rabbitmq/rabbitmq.go:17
↓ 8 callersMethodString
String implements the fmt.Stringer interface.
design-pattern/go-design/runtime_type_assertion/runtime_type_assertion.go:12
↓ 8 callersFunctionf
(msg string, f func())
awesome-go/cron/main.go:20
↓ 7 callersFunctionNew
New returns a Status representing c and msg.
design-pattern/go-design/grpc_go_error_handling/status/status.go:30
↓ 7 callersFunctionNewNode
(value int)
leetcode/binary_search/226_invertTree/226_invertTree.go:11
↓ 7 callersMethodPrint
()
design-pattern/structual/composite/composite.go:20
↓ 6 callersMethodEncode
()
object_oriented/solid/SRP/encoder.go:4
↓ 6 callersMethodFind
(f func(index int, value interface{}) bool)
algorithms/data-structures/lists/arraylist/arraylist.go:92
↓ 6 callersFunctionGCD
(a, b int)
algorithms/maths_algorithms/GCD/gcd.go:3
↓ 6 callersMethodGetParentIndex
(childIndex int)
algorithms/data-structures/heap/heap.go:26
↓ 6 callersMethodInsert
(data int)
leetcode/lcof/27_mirrorTree/27_mirrorTree.go:19
↓ 6 callersFunctionMax
(x, y int)
leetcode/dynamic_programming/198_house_Robber/198_house_Robber.go:3
↓ 6 callersMethodMax
()
algorithms/data-structures/stack/stack.go:48
↓ 6 callersFunctionNewListNode
(value int)
leetcode/linked_list/2_addTwoNumbers/addTwoNumbers.go:8
↓ 6 callersMethodNext
()
algorithms/data-structures/lists/arraylist/arraylist.go:29
↓ 6 callersMethodRecv
()
awesome-go/grpc-go/route_guide/routeguide/route_guide.pb.go:437
↓ 6 callersMethodRecvMsg
(_param0 interface{})
awesome-go/grpc-go/route_guide/mock_routeguide/rg_mock.go:162
↓ 6 callersMethodRecvMsg
(m interface{})
awesome-go/grpc-go/features/interceptor/client/main.go:75
↓ 6 callersFunctionRobDP
(nums []int)
leetcode/dynamic_programming/198_house_Robber/198_house_Robber.go:9
↓ 6 callersMethodSend
(text, to string)
design-pattern/structual/bridge/bridge.go:19
↓ 6 callersMethodSend
(*RouteNote)
awesome-go/grpc-go/route_guide/routeguide/route_guide.pb.go:436
↓ 6 callersMethodSendMsg
(_param0 interface{})
awesome-go/grpc-go/route_guide/mock_routeguide/rg_mock.go:182
↓ 6 callersMethodSendMsg
(m interface{})
awesome-go/grpc-go/features/interceptor/client/main.go:80
↓ 6 callersMethodStop
()
build-in-package/sync/sync_struct.go:45
↓ 6 callersMethodString
()
awesome-go/grpc-go/route_guide/routeguide/route_guide.pb.go:39
↓ 6 callersMethodTrailer
()
awesome-go/grpc-go/route_guide/mock_routeguide/rg_mock.go:192
↓ 6 callersFunctionbenchmarkFibIterative
(i int64, b *testing.B)
diagnostics/profiling/pprof/handler/fib_test.go:29
↓ 6 callersFunctionbenchmarkFibRecursive
(i int64, b *testing.B)
diagnostics/profiling/pprof/handler/fib_test.go:8
↓ 6 callersMethodexecute
(*patient)
design-pattern/behavioral/chain_of_responsibility/chain_of_responsibility.go:6
↓ 5 callersMethodAppend
(value interface{})
algorithms/data-structures/lists/singlylinkedlist/singlylinkedlist.go:48
↓ 5 callersMethodBidirectionalStreamingEcho
BidirectionalStreamingEcho is bidi streaming.
awesome-go/grpc-go/features/proto/echo/echo.pb.go:128
↓ 5 callersMethodConsumer
(ch *amqp.Channel, exchange, consumerName, queueName, route string)
awesome-go/rabbitmq/rabbitmq.go:62
↓ 5 callersMethodEXPECT
EXPECT returns an object that allows the caller to indicate expected use
awesome-go/grpc-go-mock/mock_helloworld/hw_mock.go:34
↓ 5 callersMethodGenerate
Generate creates and returns a unique snowflake ID
design-pattern/creational/simple_factory/simple_factory.go:31
↓ 5 callersFunctionGetItems
(vs interface{})
Language_Specification/reference-type/slice/slice_collection_function.go:7
↓ 5 callersMethodGetMessage
()
awesome-go/grpc-go/features/proto/echo/echo.pb.go:58
↓ 5 callersFunctionIncludeAll
(s string, t string)
leetcode/string/76_minWindow/76_minWindow.go:3
↓ 5 callersFunctionLongestCommonPrefix
(strs []string)
leetcode/string/14_longestCommonPrefix/14_longestCommonPrefix.go:3
↓ 5 callersFunctionMaximumSwap
(num int)
leetcode/array/670_maximumSwap/670_maximumSwap.go:8
↓ 5 callersFunctionNew
(e int)
Language_Specification/errors/errors.go:60
↓ 5 callersFunctionNewConnection
()
design-pattern/creational/object_pool/connection.go:17
↓ 5 callersFunctionNewListNode
(value int)
leetcode/linked_list/160_getIntersectionNode/160_getIntersectionNode.go:8
↓ 5 callersFunctionNewListNode
(value int)
leetcode/lcof/52_getIntersectionNode/52_getIntersectionNode.go:8
↓ 5 callersFunctionNewMockGreeterClient
NewMockGreeterClient creates a new mock instance
awesome-go/grpc-go-mock/mock_helloworld/hw_mock.go:27
↓ 5 callersFunctionNewNode
(value interface{})
algorithms/data-structures/lists/singlylinkedlist/singlylinkedlist.go:30
↓ 5 callersFunctionNewNode
(data int)
algorithms/data-structures/tree/binary_tree/binary_tree.go:32
↓ 5 callersFunctionPingGen
(msg string)
LearnConcurrency/communicate_channel/ping_pong/ping_pong.go:5
↓ 5 callersFunctionRandInt
(min int, max int)
utils/str.go:13
↓ 5 callersFunctionRob
(nums []int)
leetcode/dynamic_programming/198_house_Robber/198_house_Robber.go:27
↓ 5 callersFunctionRunCmd
command line apps * Usage: go mod <command> [arguments] The commands are: download download modules to local cache edit edit go.mod fr
awesome-go/cli/cli.go:38
↓ 5 callersMethodSayHello
SayHello mocks base method
awesome-go/grpc-go-mock/mock_helloworld/hw_mock.go:39
↓ 5 callersMethodStore
(v []string)
build-in-package/sync/sync-value_test.go:16
↓ 5 callersFunctionSubarraySum
(nums []int, k int)
leetcode/array/560_subarraySum/560_subarraySum.go:3
next →1–100 of 2,090, ranked by callers