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

Method vuidAnchor

scripts/reflow.py:140–142  ·  view source on GitHub ↗

Return True if word is a Valid Usage ID Tag anchor.

(self, word)

Source from the content-addressed store, hash-verified

138 return True
139
140 def vuidAnchor(self, word):
141 """Return True if word is a Valid Usage ID Tag anchor."""
142 return (word.startswith('[[VUID-'))
143
144 def visitVUID(self, vuid, line):
145 if vuid not in self.vuidDict:

Callers 1

transformParagraphMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected