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

Method apiName

scripts/scriptgenerator.py:34–38  ·  view source on GitHub ↗

Return True if name is in the reserved API namespace. Delegates to the conventions object.

(self, name)

Source from the content-addressed store, hash-verified

32 Similar to DocOutputGenerator, but writes a single file."""
33
34 def apiName(self, name):
35 """Return True if name is in the reserved API namespace.
36
37 Delegates to the conventions object. """
38 return self.genOpts.conventions.is_api_name(name)
39
40 def __init__(self, *args, **kwargs):
41 super().__init__(*args, **kwargs)

Callers 1

addMappingMethod · 0.95

Calls 1

is_api_nameMethod · 0.80

Tested by

no test coverage detected