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

Method GetValue

data/shared_state_variable.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (c *counterInt64) GetValue() int64 {
121 return c.value.Load()
122}
123
124func (c *counterInt64) processNewState(source string, st CounterInt64State) bool {
125 // processNewState handles updates from remote sources (WatchCounterInt64, reconciliation).

Calls 1

LoadMethod · 0.80