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

Method executeFile

src/modules/eterm/src/eterm/ui/uiterminal.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void UITerminal::executeFile( const std::string& cmd ) {
252 if ( mTerm )
253 mTerm->executeFile( cmd );
254}
255
256void UITerminal::executeBinary( const std::string& binaryPath, const std::string& args ) {
257 if ( mTerm )

Callers 3

mainFunction · 0.45
createProjectTreeMenuMethod · 0.45
runConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected