MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / hasText

Method hasText

source/text_handler.cpp:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256bool AssemblyContext::hasText() const {
257 return text_->length > current_position_.index;
258}
259
260void AssemblyContext::seekForward(uint32_t size) {
261 current_position_.index += size;

Callers 2

GetNumericIdsFunction · 0.80
spvTextToBinaryInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected