Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bigchaindb/bigchaindb
/ to_dict
Function
to_dict
bigchaindb/common/memoize.py:44–45 ·
view source on GitHub ↗
(func, tx_wrapped)
Source
from the content-addressed store, hash-verified
42
43
@lru_cache(maxsize=16384)
44
def
to_dict(func, tx_wrapped):
45
return
func(tx_wrapped.tx)
46
47
48
def
memoize_to_dict(func):
Callers
1
memoized_func
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected