3 Star 6 Fork 7

Gitee 极速下载/Hyperledger fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hyperledger/fabric
克隆/下载
counter.go 3.53 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by counterfeiter. DO NOT EDIT.
package metricsfakes
import (
"sync"
"github.com/hyperledger/fabric/common/metrics"
)
type Counter struct {
AddStub func(float64)
addMutex sync.RWMutex
addArgsForCall []struct {
arg1 float64
}
WithStub func(...string) metrics.Counter
withMutex sync.RWMutex
withArgsForCall []struct {
arg1 []string
}
withReturns struct {
result1 metrics.Counter
}
withReturnsOnCall map[int]struct {
result1 metrics.Counter
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *Counter) Add(arg1 float64) {
fake.addMutex.Lock()
fake.addArgsForCall = append(fake.addArgsForCall, struct {
arg1 float64
}{arg1})
fake.recordInvocation("Add", []interface{}{arg1})
fake.addMutex.Unlock()
if fake.AddStub != nil {
fake.AddStub(arg1)
}
}
func (fake *Counter) AddCallCount() int {
fake.addMutex.RLock()
defer fake.addMutex.RUnlock()
return len(fake.addArgsForCall)
}
func (fake *Counter) AddCalls(stub func(float64)) {
fake.addMutex.Lock()
defer fake.addMutex.Unlock()
fake.AddStub = stub
}
func (fake *Counter) AddArgsForCall(i int) float64 {
fake.addMutex.RLock()
defer fake.addMutex.RUnlock()
argsForCall := fake.addArgsForCall[i]
return argsForCall.arg1
}
func (fake *Counter) With(arg1 ...string) metrics.Counter {
fake.withMutex.Lock()
ret, specificReturn := fake.withReturnsOnCall[len(fake.withArgsForCall)]
fake.withArgsForCall = append(fake.withArgsForCall, struct {
arg1 []string
}{arg1})
fake.recordInvocation("With", []interface{}{arg1})
fake.withMutex.Unlock()
if fake.WithStub != nil {
return fake.WithStub(arg1...)
}
if specificReturn {
return ret.result1
}
fakeReturns := fake.withReturns
return fakeReturns.result1
}
func (fake *Counter) WithCallCount() int {
fake.withMutex.RLock()
defer fake.withMutex.RUnlock()
return len(fake.withArgsForCall)
}
func (fake *Counter) WithCalls(stub func(...string) metrics.Counter) {
fake.withMutex.Lock()
defer fake.withMutex.Unlock()
fake.WithStub = stub
}
func (fake *Counter) WithArgsForCall(i int) []string {
fake.withMutex.RLock()
defer fake.withMutex.RUnlock()
argsForCall := fake.withArgsForCall[i]
return argsForCall.arg1
}
func (fake *Counter) WithReturns(result1 metrics.Counter) {
fake.withMutex.Lock()
defer fake.withMutex.Unlock()
fake.WithStub = nil
fake.withReturns = struct {
result1 metrics.Counter
}{result1}
}
func (fake *Counter) WithReturnsOnCall(i int, result1 metrics.Counter) {
fake.withMutex.Lock()
defer fake.withMutex.Unlock()
fake.WithStub = nil
if fake.withReturnsOnCall == nil {
fake.withReturnsOnCall = make(map[int]struct {
result1 metrics.Counter
})
}
fake.withReturnsOnCall[i] = struct {
result1 metrics.Counter
}{result1}
}
func (fake *Counter) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.addMutex.RLock()
defer fake.addMutex.RUnlock()
fake.withMutex.RLock()
defer fake.withMutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *Counter) recordInvocation(key string, args []interface{}) {
fake.invocationsMutex.Lock()
defer fake.invocationsMutex.Unlock()
if fake.invocations == nil {
fake.invocations = map[string][][]interface{}{}
}
if fake.invocations[key] == nil {
fake.invocations[key] = [][]interface{}{}
}
fake.invocations[key] = append(fake.invocations[key], args)
}
var _ metrics.Counter = new(Counter)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/fabric.git
git@gitee.com:mirrors/fabric.git
mirrors
fabric
Hyperledger fabric
v2.1.1

搜索帮助

0d507c66 1850385 C8b1a773 1850385