MCPcopy Create free account
hub / github.com/citp/BlockSci / getOutputs

Method getOutputs

src/scripts/script_variant.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 ranges::any_view<Output> AnyScript::getOutputs() const {
52 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getOutputs(); }, wrapped);
53 }
54
55 ranges::any_view<Input> AnyScript::getInputs() const {
56 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getInputs(); }, wrapped);

Callers

nothing calls this directly

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected