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

Function read_le8_signed

src/script/interpreter.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static inline int64_t read_le8_signed(const unsigned char* ptr)
82{
83 return cast_signed64(ReadLE64(ptr));
84}
85
86static inline void push4_le(std::vector<valtype>& stack, uint32_t v)
87{

Callers 1

EvalScriptFunction · 0.85

Calls 2

cast_signed64Function · 0.85
ReadLE64Function · 0.85

Tested by

no test coverage detected