MCPcopy Create free account
hub / github.com/Shopify/heap-profiler / string_start

Method string_start

ext/heap_profiler/simdjson.cpp:3265–3265  ·  view source on GitHub ↗

Start quotes of strings

Source from the content-addressed store, hash-verified

3263 simdjson_really_inline uint64_t quote() const { return _quote; }
3264 // Start quotes of strings
3265 simdjson_really_inline uint64_t string_start() const { return _quote & _in_string; }
3266 // End quotes of strings
3267 simdjson_really_inline uint64_t string_end() const { return _quote & ~_in_string; }
3268 // Only characters inside the string (not including the quotes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected