63 Star 183 Fork 3

Gitee 极速下载/hyperledger-fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hyperledger/fabric
克隆/下载
new_semaphore.go 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by counterfeiter. DO NOT EDIT.
package mock
import (
sync "sync"
comm "github.com/hyperledger/fabric/core/comm"
)
type NewSemaphore struct {
Stub func(int) comm.Semaphore
mutex sync.RWMutex
argsForCall []struct {
arg1 int
}
returns struct {
result1 comm.Semaphore
}
returnsOnCall map[int]struct {
result1 comm.Semaphore
}
invocations map[string][][]interface{}
invocationsMutex sync.RWMutex
}
func (fake *NewSemaphore) Spy(arg1 int) comm.Semaphore {
fake.mutex.Lock()
ret, specificReturn := fake.returnsOnCall[len(fake.argsForCall)]
fake.argsForCall = append(fake.argsForCall, struct {
arg1 int
}{arg1})
fake.recordInvocation("NewSemaphoreFunc", []interface{}{arg1})
fake.mutex.Unlock()
if fake.Stub != nil {
return fake.Stub(arg1)
}
if specificReturn {
return ret.result1
}
return fake.returns.result1
}
func (fake *NewSemaphore) CallCount() int {
fake.mutex.RLock()
defer fake.mutex.RUnlock()
return len(fake.argsForCall)
}
func (fake *NewSemaphore) Calls(stub func(int) comm.Semaphore) {
fake.mutex.Lock()
defer fake.mutex.Unlock()
fake.Stub = stub
}
func (fake *NewSemaphore) ArgsForCall(i int) int {
fake.mutex.RLock()
defer fake.mutex.RUnlock()
return fake.argsForCall[i].arg1
}
func (fake *NewSemaphore) Returns(result1 comm.Semaphore) {
fake.mutex.Lock()
defer fake.mutex.Unlock()
fake.Stub = nil
fake.returns = struct {
result1 comm.Semaphore
}{result1}
}
func (fake *NewSemaphore) ReturnsOnCall(i int, result1 comm.Semaphore) {
fake.mutex.Lock()
defer fake.mutex.Unlock()
fake.Stub = nil
if fake.returnsOnCall == nil {
fake.returnsOnCall = make(map[int]struct {
result1 comm.Semaphore
})
}
fake.returnsOnCall[i] = struct {
result1 comm.Semaphore
}{result1}
}
func (fake *NewSemaphore) Invocations() map[string][][]interface{} {
fake.invocationsMutex.RLock()
defer fake.invocationsMutex.RUnlock()
fake.mutex.RLock()
defer fake.mutex.RUnlock()
copiedInvocations := map[string][][]interface{}{}
for key, value := range fake.invocations {
copiedInvocations[key] = value
}
return copiedInvocations
}
func (fake *NewSemaphore) 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 _ comm.NewSemaphoreFunc = new(NewSemaphore).Spy
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mirrors/hyperledger-fabric.git
git@gitee.com:mirrors/hyperledger-fabric.git
mirrors
hyperledger-fabric
hyperledger-fabric
v1.4.4

搜索帮助

0d507c66 1850385 C8b1a773 1850385