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

Method CScriptNum10

src/test/scriptnum10.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27public:
28
29 explicit CScriptNum10(const int64_t& n)
30 {
31 m_value = n;
32 }
33
34 static const size_t nDefaultMaxNumSize = 4;
35

Callers

nothing calls this directly

Calls 2

scriptnum10_errorClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected