MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Eval

Method Eval

Core/ScriptLoader/Source/ScriptLoader.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void ScriptLoader::Eval(std::string source, std::string url)
63 {
64 m_impl->Eval(std::move(source), std::move(url));
65 }
66}

Callers 6

RefreshBabylonFunction · 0.45
RestartRuntimeMethod · 0.45
InitBabylonFunction · 0.45
InitBabylonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected