MCPcopy Create free account
hub / github.com/christophhart/HISE / writeString

Method writeString

hi_scripting/scripting/api/ScriptingApiObjects.cpp:702–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702bool ScriptingObjects::ScriptFile::writeString(String text)
703{
704 #if JUCE_LINUX
705 return f.replaceWithText(text, false, false, "\n");
706 #else
707 return f.replaceWithText(text);
708 #endif
709}
710
711bool ScriptingObjects::ScriptFile::writeEncryptedObject(var jsonData, String key)
712{

Callers 3

encryptMethod · 0.45
writeEncryptedObjectMethod · 0.45

Calls 1

replaceWithTextMethod · 0.80

Tested by

no test coverage detected