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

Function newlines_set

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

Source from the content-addressed store, hash-verified

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
340/**

Callers 1

splitlinesMethod · 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…