MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / Remove

Method Remove

mempool/cache.go:24–24  ·  view source on GitHub ↗

Remove removes the given raw transaction from the cache.

(tx types.Tx)

Source from the content-addressed store, hash-verified

22
23 // Remove removes the given raw transaction from the cache.
24 Remove(tx types.Tx)
25
26 // Has reports whether tx is present in the cache. Checking for presence is
27 // not treated as an access of the value.

Callers 14

PushMethod · 0.65
RemoveMethod · 0.65
FlushMethod · 0.65
removeTxMethod · 0.65
resCbFirstTimeMethod · 0.65
UpdateMethod · 0.65
CheckTxMethod · 0.65
removeTxByKeyMethod · 0.65
removeTxByElementMethod · 0.65
UpdateMethod · 0.65
addNewTransactionMethod · 0.65

Implementers 2

LRUTxCachemempool/cache.go
NopTxCachemempool/cache.go

Calls

no outgoing calls

Tested by 1