MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getDefaultOptions

Function getDefaultOptions

include/eepp/system/process.hpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 };
39
40 static inline constexpr Uint32 getDefaultOptions() {
41 return Options::SearchUserPath | Options::InheritEnvironment | Options::NoWindow;
42 }
43
44 struct Config {
45 size_t bufferSize = 131072;

Callers 9

getShellEnvFunction · 0.85
startMethod · 0.85
startMethod · 0.85
runLinterMethod · 0.85
startMethod · 0.85
runSpellCheckerMethod · 0.85
createDefaultCommandsMethod · 0.85
ConfigClass · 0.85
process.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected