MCPcopy Create free account
hub / github.com/SmingHub/Sming / println

Function println

Sming/Libraries/OtaUpgradeMqtt/tools/deployer/app/application.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void println()
38{
39 m_puts("\r\n");
40}
41
42template <typename T> void println(const T& arg)
43{

Callers 5

fileErrorFunction · 0.85
deployFunction · 0.85
helpFunction · 0.85
parseCommandsFunction · 0.85
printlnMethod · 0.85

Calls 2

m_putsFunction · 0.85
printFunction · 0.70

Tested by

no test coverage detected