MCPcopy Create free account
hub / github.com/adamritter/fastgron / string_start

Method string_start

extern/simdjson/simdjson.cpp:3271–3271  ·  view source on GitHub ↗

Start quotes of strings

Source from the content-addressed store, hash-verified

3269 simdjson_inline uint64_t quote() const { return _quote; }
3270 // Start quotes of strings
3271 simdjson_inline uint64_t string_start() const { return _quote & _in_string; }
3272 // End quotes of strings
3273 simdjson_inline uint64_t string_end() const { return _quote & ~_in_string; }
3274 // Only characters inside the string (not including the quotes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected