Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
type
SharedVariable
interface
{
17
IsStale(staleness time.Duration) bool
18
}
19
20
type
CounterInt64SharedVariable
interface
{
Callers
3
TestCounterInt64_IsStale
Function · 0.65
TestCounterInt64_SetValueUpdatesLastUpdated
Function · 0.65
TryUpdateIfStale
Method · 0.65
Implementers
1
baseSharedVariable
data/shared_state_variable.go
Calls
no outgoing calls
Tested by
2
TestCounterInt64_IsStale
Function · 0.52
TestCounterInt64_SetValueUpdatesLastUpdated
Function · 0.52