Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getJsValue
Method · 0.80
doFullfill
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected