MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Value

Method Value

src/script/miniscript.h:375–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374 bool Valid() const { return valid; }
375 I Value() const { return value; }
376
377 friend MaxInt<I> operator+(const MaxInt<I>& a, const MaxInt<I>& b) {
378 if (!a.valid || !b.valid) return {};

Callers 2

GetOpsMethod · 0.45
GetWitnessSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected