MCPcopy Create free account
hub / github.com/ElementsProject/elements / DynamicMemoryUsage

Method DynamicMemoryUsage

src/coins.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 size_t DynamicMemoryUsage() const {
84 return memusage::DynamicUsage(out.scriptPubKey);
85 }
86};
87
88/**

Callers

nothing calls this directly

Calls 1

DynamicUsageFunction · 0.85

Tested by

no test coverage detected