MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / check_for_leading_0

Function check_for_leading_0

src/StubExecutable/Semver200_parser.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 inline bool check_for_leading_0(const string& str) {
106 return str.length() > 1 && str[0] == '0';
107 }
108
109 /// Validate every individual prerelease identifier, determine it's type and add it to collection.
110 void prerelease_hook_impl(string& id, Prerelease_identifiers& prerelease) {

Callers 1

prerelease_hook_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected