Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
char AssemblyContext::peek() const {
253
return text_->str[current_position_.index];
254
}
255
256
bool AssemblyContext::hasText() const {
257
return text_->length > current_position_.index;
Callers
4
encodeInstructionStartingWithOpUnknown
Function · 0.45
spvTextEncodeOpcode
Function · 0.45
RejectParseDueToLeadingSign
Function · 0.45
hex_float.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected