MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / IsOctalDigit

Function IsOctalDigit

internal/strings.cc:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44constexpr bool IsOctalDigit(char x) { return x >= '0' && x <= '7'; }
45
46// Returns true when following conditions are met:
47// - <closing_str> is a suffix of <source>.

Callers 1

UnescapeInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected