MCPcopy
hub / github.com/tinode/chat / Println

Method Println

monitoring/exporter/main.go:30–32  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

28type promHTTPLogger struct{}
29
30func (l promHTTPLogger) Println(v ...interface{}) {
31 log.Println(v...)
32}
33
34func parseMetricList(list string) []string {
35 metrics := strings.Split(list, ",")

Callers 15

genDbFunction · 0.80
mainFunction · 0.80
MessageLoopMethod · 0.80
sendMessageGrpcMethod · 0.80
serveGrpcFunction · 0.80
listenAndServeFunction · 0.80
topicInitFunction · 0.80
initTopicP2PFunction · 0.80
initTopicNewGrpFunction · 0.80
initTopicSlfFunction · 0.80
readLoopMethod · 0.80
sendMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestUserCreateFunction · 0.64