MCPcopy Create free account
hub / github.com/Vector35/debugger / InstallModules

Method InstallModules

ui/debugadapterscriptingprovider.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39bool DebugAdapterScriptingProvider::InstallModules(const std::string& modules)
40{
41 return false;
42}
43
44
45DebugAdapterScriptingInstance::DebugAdapterScriptingInstance(ScriptingProvider* provider) : ScriptingInstance(provider)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected