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

Function whitespaces_set

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

Source from the content-addressed store, hash-verified

334inline byteset octdigits_set() { return byteset {octdigits(), sizeof(octdigits())}; }
335inline byteset punctuation_set() { return byteset {punctuation(), sizeof(punctuation())}; }
336inline byteset whitespaces_set() { return byteset {whitespaces(), sizeof(whitespaces())}; }
337inline byteset newlines_set() { return byteset {newlines(), sizeof(newlines())}; }
338inline byteset base64_set() { return byteset {base64(), sizeof(base64())}; }
339

Callers 5

test_searchFunction · 0.85
is_spaceMethod · 0.85
splitMethod · 0.85
rsplitMethod · 0.85
is_spaceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_searchFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…