MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / ascii_controls_set

Function ascii_controls_set

include/stringzilla/stringzilla.hpp:331–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329inline byteset ascii_uppercase_set() { return byteset {ascii_uppercase(), sizeof(ascii_uppercase())}; }
330inline byteset ascii_printables_set() { return byteset {ascii_printables(), sizeof(ascii_printables())}; }
331inline byteset ascii_controls_set() { return byteset {ascii_controls(), sizeof(ascii_controls())}; }
332inline byteset digits_set() { return byteset {digits(), sizeof(digits())}; }
333inline byteset hexdigits_set() { return byteset {hexdigits(), sizeof(hexdigits())}; }
334inline byteset octdigits_set() { return byteset {octdigits(), sizeof(octdigits())}; }

Callers 2

is_asciiMethod · 0.85
is_asciiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…