MCPcopy Create free account
hub / github.com/bcndev/bytecoin / APIOutputLessStackIndex

Function APIOutputLessStackIndex

src/Core/TransactionBuilder.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static bool APIOutputLessStackIndex(const api::Output &a, const api::Output &b) {
128 return a.stack_index < b.stack_index;
129}
130static bool APIOutputEqualStackIndex(const api::Output &a, const api::Output &b) {
131 return a.stack_index == b.stack_index;
132}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected