MCPcopy Create free account
hub / github.com/erpc/erpc / IsStale

Method IsStale

data/shared_state_variable.go:17–17  ·  view source on GitHub ↗
(staleness time.Duration)

Source from the content-addressed store, hash-verified

15
16type SharedVariable interface {
17 IsStale(staleness time.Duration) bool
18}
19
20type CounterInt64SharedVariable interface {

Implementers 1

baseSharedVariabledata/shared_state_variable.go

Calls

no outgoing calls