MCPcopy Create free account
hub / github.com/Shopify/goose / Set

Method Set

statetracker/tracker.go:15–15  ·  view source on GitHub ↗
(interface{})

Source from the content-addressed store, hash-verified

13type StateTracker interface {
14 Get() interface{}
15 Set(interface{}) bool
16
17 // The time that the StateTracker has spent being "previous"
18 // If already "desired", returns 0

Callers 3

TestStateTracker_SetFunction · 0.65
TestStateTracker_WaitFunction · 0.65

Implementers 1

stateTrackerstatetracker/tracker.go

Calls

no outgoing calls

Tested by 3

TestStateTracker_SetFunction · 0.52
TestStateTracker_WaitFunction · 0.52