MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / computeLocal

Function computeLocal

include/daScript/simulate/simulate_nodes.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 return context.shared + context.globalOffsetByMangledName(mangledNameHash);
165 }
166 __forceinline char * computeLocal ( Context & context ) const {
167 return context.stack.sp() + stackTop;
168 }
169 __forceinline char * computeLocalRefOff ( Context & context ) const {
170 return (*(char **)(context.stack.sp() + stackTop)) + offset;
171 }

Callers

nothing calls this directly

Calls 1

spMethod · 0.45

Tested by

no test coverage detected