MCPcopy Create free account
hub / github.com/ValveSoftware/source-sdk-2013 / SetFromStringStrict

Method SetFromStringStrict

src/common/steamid.cpp:246–491  ·  view source on GitHub ↗

SetFromString allows many partially-correct strings, constraining how we might be able to change things in the future. SetFromStringStrict requires the exact string forms that we support and is preferred when the caller knows it's safe to be strict. Returns whether the string parsed correctly. The ID may still be invalid even if the string parsed correctly. If the string didn't parse correctly th

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

util_shared.cppFile · 0.80
SetFromStringMethod · 0.80

Calls 2

DecimalToUint64Function · 0.85
ClearFunction · 0.50

Tested by

no test coverage detected