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

Method getName

valdi/src/valdi/quickjs/QuickJSJavaScriptContextFactory.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14QuickJSJavaScriptContextFactory::QuickJSJavaScriptContextFactory() = default;
15
16const char* QuickJSJavaScriptContextFactory::getName() {
17 return "QuickJS";
18}
19
20bool QuickJSJavaScriptContextFactory::requiresDedicatedThread() {
21 return true;

Callers 1

newFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected