Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
static inline int64_t read_le8_signed(const unsigned char* ptr)
82
{
83
return cast_signed64(ReadLE64(ptr));
84
}
85
86
static inline void push4_le(std::vector<valtype>& stack, uint32_t v)
87
{
Callers
1
EvalScript
Function · 0.85
Calls
2
cast_signed64
Function · 0.85
ReadLE64
Function · 0.85
Tested by
no test coverage detected