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

Method Valid

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

Source from the content-addressed store, hash-verified

372 MaxInt(I val) : valid(true), value(val) {}
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) {

Callers 4

GetOpsMethod · 0.45
GetStackSizeMethod · 0.45
GetExecStackSizeMethod · 0.45
GetWitnessSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected