MCPcopy Create free account
hub / github.com/Conceptual-Machines/magda-core / writeTempScript

Function writeTempScript

tests/test_lua_controller.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28juce::File writeTempScript(const juce::String& source, const juce::String& name) {
29 auto file = testTempRoot().getChildFile(name);
30 file.replaceWithText(source);
31 return file;
32}
33
34} // namespace
35

Callers 1

Calls 1

testTempRootFunction · 0.70

Tested by

no test coverage detected