MCPcopy Index your code
hub / github.com/KhronosGroup/Vulkan-Docs / visitVUID

Method visitVUID

scripts/reflow.py:144–147  ·  view source on GitHub ↗
(self, vuid, line)

Source from the content-addressed store, hash-verified

142 return (word.startswith('[[VUID-'))
143
144 def visitVUID(self, vuid, line):
145 if vuid not in self.vuidDict:
146 self.vuidDict[vuid] = []
147 self.vuidDict[vuid].append([self.filename, line])
148
149 def gatherVUIDs(self, para):
150 """Gather VUID tags and add them to vuidDict. Used to verify no-duplicate VUIDs"""

Callers 2

gatherVUIDsMethod · 0.95
addVUIDMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected