Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ store
Function
store
src/interpret.cpp:663–668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
661
}
662
663
inline void store(Thread* t, unsigned index)
664
{
665
memcpy(t->stack + ((frameBase(t, t->frame) + index) * 2),
666
t->stack + ((--t->sp) * 2),
667
BytesPerWord * 2);
668
}
669
670
bool isNaN(double v)
671
{
Callers
1
interpret3
Function · 0.85
Calls
1
frameBase
Function · 0.70
Tested by
no test coverage detected