MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / longSyncthingVersion

Function longSyncthingVersion

syncthing/interface.cpp:243–246  ·  view source on GitHub ↗

! * \brief Returns a long form of the Syncthing version, including the codename. */

Source from the content-addressed store, hash-verified

241 * \brief Returns a long form of the Syncthing version, including the codename.
242 */
243string longSyncthingVersion()
244{
245 return stdstr(::libst_long_syncthing_version());
246}
247
248/*!
249 * \brief Sets the \a command and arguments to be run via ::libst_run_cli().

Callers 2

testVersionMethod · 0.85

Calls 1

stdstrFunction · 0.85

Tested by 1

testVersionMethod · 0.68