MCPcopy
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)
44def to_dict(func, tx_wrapped):
45 return func(tx_wrapped.tx)
46
47
48def memoize_to_dict(func):

Callers 1

memoized_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected