MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getStashedJSValue

Method getStashedJSValue

valdi/src/valdi/runtime/Interfaces/IJavaScriptContext.cpp:478–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 }
477
478 auto& it = _stashedJSValues[index];
479 it.salt = id.getSalt();
480 it.value = value;
481
482 if (shouldRetain) {
483 retainValue(value);
484 }
485
486 return id;
487}
488

Callers 2

getJsValueMethod · 0.80
doFullfillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected