MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / GetSVNRevision

Function GetSVNRevision

src/version.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81int GetSVNRevision() {
82#ifdef BUILD_GIT_VERSION_NUMBER
83 return BUILD_GIT_VERSION_NUMBER;
84#else
85 return 0;
86#endif
87}

Callers 2

DoCheckFunction · 0.85
OnInitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected