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

Method GetInt64

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

Source from the content-addressed store, hash-verified

333 }
334
335 int64_t GetInt64() const { return m_value; }
336
337 std::vector<unsigned char> getvch() const
338 {

Callers 5

ParseScriptNumberFunction · 0.80
CheckLockTimeMethod · 0.80
CheckSequenceMethod · 0.80
CheckLockTimeMethod · 0.80
CheckSequenceMethod · 0.80

Calls

no outgoing calls

Tested by 4

CheckLockTimeMethod · 0.64
CheckSequenceMethod · 0.64
CheckLockTimeMethod · 0.64
CheckSequenceMethod · 0.64