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

Method setMmapCacheDirectory

valdi/src/valdi/runtime/Runtime.cpp:749–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void Runtime::registerNativeModuleFactory(const Shared<snap::valdi_core::ModuleFactory>& moduleFactory) {
750 registerJavaScriptModuleFactory(makeShared<JavaScriptModuleFactoryBridge>(moduleFactory));
751}
752
753void Runtime::registerTypeConverter(const StringBox& className, const StringBox& functionPath) {
754 _javaScriptRuntime->registerTypeConverter(className, functionPath);

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36