MCPcopy Create free account

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

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

↓ 1 callersFunctioncounter
()
diagnostics/runtime_pprof/cpu/main.go:11
↓ 1 callersFunctioncounter
len 100000, mem
diagnostics/runtime_pprof/mem/main.go:12
↓ 1 callersFunctioncounter
()
diagnostics/http_pprof/cpu/main.go:10
↓ 1 callersFunctioncounter2
(wg *sync.WaitGroup)
diagnostics/runtime_pprof/trace/trace.go:31
↓ 1 callersMethodcreditBalance
(amount int)
design-pattern/structual/facade/facade.go:103
↓ 1 callersMethoddebitBalance
(amount int)
design-pattern/structual/facade/facade.go:109
↓ 1 callersMethoddeductMoneyFromWallet
(accountID int64, password int, amount int)
design-pattern/structual/facade/facade.go:42
↓ 1 callersMethoddel
(id int64)
awesome-go/gorilla-websocket/chat/service/user_map.go:33
↓ 1 callersFunctiondoExpensiveStuff
(i int)
LearnConcurrency/goroutines/goroutine_error_handling.go:15
↓ 1 callersFunctiondupInSlice
(item Bootstrap, list []Bootstrap)
Language_Specification/reference-type/slice/slices_unique.go:12
↓ 1 callersFunctionescapeToHeap
escapeToHeap shows how the variable escape.
Language_Specification/build-in-type/pointers/pointers.go:72
↓ 1 callersMethodexecute
(p *patient)
design-pattern/behavioral/chain_of_responsibility/chain_of_responsibility.go:14
↓ 1 callersFunctionfetchToken
fetchToken simulates a token lookup and omits the details of proper token acquisition. For examples of how to acquire an OAuth2 token, see: https://go
awesome-go/grpc-go/features/authentication/client/main.go:82
↓ 1 callersFunctionff
()
Language_Specification/errors/recover.go:13
↓ 1 callersFunctionfibonacci
()
algorithms/maths_algorithms/fibonacci/fibonacci.go:5
↓ 1 callersFunctionfile_greeting_proto_init
()
kubernetes/proto/greeting.pb.go:165
↓ 1 callersFunctionfile_helloworld_helloworld_proto_init
()
awesome-go/gogoprobuf/proto/protoc-gen-go-grpc/helloworld/helloworld.pb.go:171
↓ 1 callersFunctionfile_helloworld_proto_init
()
awesome-go/packr/templates/proto/helloworld/helloworld.pb.go:166
↓ 1 callersFunctionfinished
()
Language_Specification/keywords/defer.go:23
↓ 1 callersFunctionfirstCall
(i int)
design-pattern/go-design/error_wrapping/error_wrapping.go:19
↓ 1 callersFunctionfoo
foo goroutine
LearnConcurrency/goroutines/goroutine_anonymous.go:9
↓ 1 callersFunctiong
(i int)
Language_Specification/errors/recover.go:5
↓ 1 callersMethodgenerate
(f pgs.File)
awesome-go/protoc-gen-star/jsonify.go:49
↓ 1 callersMethodgetAll
()
awesome-go/gorilla-websocket/chat/service/user_map.go:39
↓ 1 callersFunctiongetBuilder
()
design-pattern/creational/builder/builder.go:20
↓ 1 callersFunctiongetConnByAddress
(address string)
kubernetes/greeter_gateway/main.go:22
↓ 1 callersMethodgetHouse
()
design-pattern/creational/builder/builder.go:7
↓ 1 callersMethodgetName
()
Language_Specification/reference-type/interfaces/interfaces_cheat_sheet.go:25
↓ 1 callersMethodgetName
()
Language_Specification/reference-type/interfaces/interfaces_cheat_sheet.go:45
↓ 1 callersMethodgetName
()
design-pattern/creational/factory_method/factory_method.go:18
↓ 1 callersMethodgetPower
()
design-pattern/creational/factory_method/factory_method.go:19
↓ 1 callersFunctiongetUrl
(wg *sync.WaitGroup, url string, ch chan string)
LearnConcurrency/communicate_channel/waitgroup/waitgroup.go:10
↓ 1 callersFunctionhandleResponse
todo
awesome-go/consul/main.go:18
↓ 1 callersFunctioninRange
(point *pb.Point, rect *pb.Rectangle)
awesome-go/grpc-go/route_guide/server/server.go:196
↓ 1 callersFunctionincrement
(wg *sync.WaitGroup, mutex *sync.Mutex)
build-in-package/sync/sync-mutex_test.go:31
↓ 1 callersFunctionincrement1
(inc int)
Language_Specification/build-in-type/pointers/pointers.go:42
↓ 1 callersFunctionincrement2
increment2 declares count as a pointer variable whose value is always an address and points to values of type int. The * here is not an operator. It i
Language_Specification/build-in-type/pointers/pointers.go:52
↓ 1 callersFunctioninitJaeger
jaeger: http://localhost:16686/ initJaeger returns an instance of Jaeger Tracer that samples 100% of traces and logs all spans to stdout.
awesome-go/opentracing-go-jaeger-client-go/hello.go:14
↓ 1 callersFunctioninitPool
(conns []IConnection)
design-pattern/creational/object_pool/object_pool.go:23
↓ 1 callersFunctioninitZipkinConfig
(service string)
awesome-go/zipkin/hello.go:29
↓ 1 callersMethodinsertInCirclePort
()
design-pattern/structual/adapter/adapter.go:26
↓ 1 callersMethodinsertInSquarePort
()
design-pattern/structual/adapter/adapter.go:9
↓ 1 callersFunctioninsertionSort1
* * 插入排序, 如同一手牌, 左起第二张开始与前面的对比, 大则往后挪一位, 最后抽出的牌插入第i位 */
algorithms/sorting-algorithms/insertion-sort/insertion-sort.go:11
↓ 1 callersFunctioninsertionSort2
(arr []int)
algorithms/sorting-algorithms/insertion-sort/insertion-sort.go:28
↓ 1 callersFunctioninspectSlice
---------------------- Declare and initialize ---------------------- ----- | * | --> | nil | nil | nil | nil | nil | ----- | 0 | 0 | 0 |
Language_Specification/reference-type/slice/slices_cheat_sheet.go:15
↓ 1 callersFunctionint2ip
(nn uint32)
build-in-package/net/ip/ip.go:17
↓ 1 callersFunctionip2int
(ip net.IP)
build-in-package/net/ip/ip.go:10
↓ 1 callersMethodisLeaf
()
leetcode/lcof/27_mirrorTree/27_mirrorTree.go:36
↓ 1 callersFunctionlinearSearch
* 查找数组中某个value, 天天用到 */
algorithms/search-algorithms/linear-search/linear-search.go:11
↓ 1 callersMethodloadFeatures
loadFeatures loads features from a JSON file.
awesome-go/grpc-go/route_guide/server/server.go:155
↓ 1 callersFunctionlocal_request_Greeter_SayHello_0
(ctx context.Context, marshaler runtime.Marshaler, server GreeterServer, req *http.Request, pathParams map[str
awesome-go/gogoprobuf/proto/protoc-gen-grpc-gateway/helloworld/helloworld.pb.gw.go:54
↓ 1 callersFunctionmax
(a, b int)
leetcode/dynamic_programming/knapsack/knapsack.go:8
↓ 1 callersFunctionmaximumBytes
(size int)
awesome-go/securerandom/securerandom.go:13
↓ 1 callersFunctionmerge
(a []int, b []int)
algorithms/sorting-algorithms/merge_sort/merge_sort.go:5
↓ 1 callersFunctionmin
(a, b int)
leetcode/dynamic_programming/322_coinChange/322_coinChange.go:3
↓ 1 callersFunctionnewAccount
(name string)
design-pattern/structual/facade/facade.go:65
↓ 1 callersFunctionnewEchoServer
()
awesome-go/grpc-go/features/deadline/server/main.go:101
↓ 1 callersFunctionnewPassword
(pwd int)
design-pattern/structual/facade/facade.go:85
↓ 1 callersFunctionnewServer
()
awesome-go/grpc-go/route_guide/server/server.go:215
↓ 1 callersFunctionnewWallet
()
design-pattern/structual/facade/facade.go:100
↓ 1 callersFunctionnewWalletFacade
(name string, code int)
design-pattern/structual/facade/facade.go:15
↓ 1 callersFunctionnewWrappedStream
(s grpc.ClientStream)
awesome-go/grpc-go/features/interceptor/client/main.go:85
↓ 1 callersFunctionnewWrappedStream
(s grpc.ServerStream)
awesome-go/grpc-go/features/interceptor/server/main.go:127
↓ 1 callersMethodnotify
()
Language_Specification/reference-type/struct_embedding/struct_embedding.go:25
↓ 1 callersFunctionpanic1
panic, 立刻stops execution the current function, then unwinding the stack, then run deferred functions panic, recover, 恢复control of the goroutine and ex
Language_Specification/build-in-function/panic_and_recover.go:13
↓ 1 callersFunctionpanic2
()
Language_Specification/build-in-function/panic_and_recover.go:17
↓ 1 callersFunctionparseArray
(src, del []byte)
awesome-go/gorm/gorm_int8rangeArray.go:32
↓ 1 callersMethodpeekLast2
()
algorithms/data-structures/lists/singlylinkedlist/singlylinkedlist.go:132
↓ 1 callersFunctionprintFeatures
printFeatures lists all the features within the given bounding Rectangle.
awesome-go/grpc-go/route_guide/client/client.go:59
↓ 1 callersMethodprintFile
(f pgs.File, buf *bytes.Buffer)
awesome-go/protoc-gen-star/printer.go:31
↓ 1 callersFunctionprintHello
()
build-in-package/runtime/trace.go:37
↓ 1 callersFunctionrandomPoint
(r *rand.Rand)
awesome-go/grpc-go/route_guide/client/client.go:147
↓ 1 callersFunctionreadMsg
(conn *websocket.Conn)
awesome-go/gorilla-websocket/chat/client/client.go:43
↓ 1 callersMethodreadMsg
()
awesome-go/gorilla-websocket/chat/service/user.go:51
↓ 1 callersFunctionreadStdIn
(msgCh chan []byte, done chan struct{})
awesome-go/gorilla-websocket/chat/client/client.go:53
↓ 1 callersMethodrefreshRoutine
()
build-in-package/sync/sync_struct.go:51
↓ 1 callersMethodrefreshUserListRoutine
()
build-in-package/sync/sync_struct.go:68
↓ 1 callersFunctionrequest_Greeter_SayHello_0
(ctx context.Context, marshaler runtime.Marshaler, client GreeterClient, req *http.Request, pathParams map[str
awesome-go/gogoprobuf/proto/protoc-gen-grpc-gateway/helloworld/helloworld.pb.gw.go:38
↓ 1 callersFunctionreturnOne
* function func() func(x int) int func(a, _ int, z float32) bool func(a, b int, z float32) (bool) func(prefix string, values ...int) func(a, b int, z
Language_Specification/reference-type/function/functions.go:19
↓ 1 callersFunctionreturnTwo
(a, b int)
Language_Specification/reference-type/function/functions.go:23
↓ 1 callersMethodrun
()
awesome-go/gorilla-websocket/chat/service/hub.go:19
↓ 1 callersFunctionrunRecordRoute
runRecordRoute sends a sequence of points to server and expects to get a RouteSummary from server.
awesome-go/grpc-go/route_guide/client/client.go:80
↓ 1 callersFunctionrunRouteChat
runRouteChat receives a sequence of route notes, while sending notes for various locations.
awesome-go/grpc-go/route_guide/client/client.go:108
↓ 1 callersFunctionscanLinearArray
(src, del []byte, typ string)
awesome-go/gorm/gorm_int8rangeArray.go:136
↓ 1 callersFunctionsecondCall
()
design-pattern/go-design/error_wrapping/error_wrapping.go:25
↓ 1 callersMethodsendWalletCreditNotification
()
design-pattern/structual/facade/facade.go:121
↓ 1 callersMethodsendWalletDebitNotification
()
design-pattern/structual/facade/facade.go:125
↓ 1 callersFunctionserialize
(point *pb.Point)
awesome-go/grpc-go/route_guide/server/server.go:211
↓ 1 callersFunctionserve
serve starts listening with a 2 seconds delay.
awesome-go/grpc-go/features/wait_for_ready/main.go:56
↓ 1 callersFunctionserverStreamingWithMetadata
(c pb.EchoClient, message string)
awesome-go/grpc-go/features/metadata/client/main.go:84
↓ 1 callersMethodset
(user *User)
awesome-go/gorilla-websocket/chat/service/user_map.go:16
↓ 1 callersMethodsetDoorType
(doorType string)
design-pattern/creational/builder/builder.go:5
↓ 1 callersMethodsetNext
(next department)
design-pattern/behavioral/chain_of_responsibility/chain_of_responsibility.go:25
↓ 1 callersMethodsetNext
(next department)
design-pattern/behavioral/chain_of_responsibility/chain_of_responsibility.go:44
↓ 1 callersMethodsetNext
(next department)
design-pattern/behavioral/chain_of_responsibility/chain_of_responsibility.go:63
↓ 1 callersMethodsetNumFloor
(numFloor int)
design-pattern/creational/builder/builder.go:6
↓ 1 callersMethodsetWindowType
(windowType string)
design-pattern/creational/builder/builder.go:4
↓ 1 callersFunctionshellSort
* wiki: https://en.wikipedia.org/wiki/Shellsort */
algorithms/sorting-algorithms/shell-sort/shell-sort.go:9
↓ 1 callersFunctionsmallest
(arr []int, i int)
algorithms/sorting-algorithms/select_sort/select_sort.go:5
↓ 1 callersFunctionsomeFunction
()
awesome-go/opentracing-go-jaeger-client-go/hello2.go:52
← previousnext →601–700 of 2,090, ranked by callers