`conf` specifies the list of scripts that should be autostarted in this container; the script names themselves are stored in ScriptsConfiguration.
| 121 | // `conf` specifies the list of scripts that should be autostarted in this container; the script |
| 122 | // names themselves are stored in ScriptsConfiguration. |
| 123 | void setAutoStartConf(ScriptIdsWithInitializationData conf) { mAutoStartScripts = std::move(conf); } |
| 124 | const ScriptIdsWithInitializationData& getAutoStartConf() const { return mAutoStartScripts; } |
| 125 | |
| 126 | // Adds package that will be available (via `require`) for all scripts in the container. |
no outgoing calls