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

Method peek

source/text_handler.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252char AssemblyContext::peek() const {
253 return text_->str[current_position_.index];
254}
255
256bool AssemblyContext::hasText() const {
257 return text_->length > current_position_.index;

Callers 4

spvTextEncodeOpcodeFunction · 0.45
hex_float.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected