Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KhronosGroup/Vulkan-Docs
/ add
Method
add
scripts/spec_tools/data_structures.py:52–58 ·
view source on GitHub ↗
(self, k, v)
Source
from the content-addressed store, hash-verified
50
self.d[k] = set()
51
52
def
add(self, k, v):
53
self.add_key(k)
54
if
isinstance(v, str):
55
v = (v, )
56
if
not isinstance(v, set):
57
v = set(v)
58
self.d[k].update(v)
Callers
15
__init__
Method · 0.95
compute_type_to_codes
Function · 0.95
compute_codes_requiring_type
Function · 0.95
__init__
Method · 0.95
add_edge
Method · 0.80
descendants
Method · 0.80
__init__
Method · 0.80
check_html_xrefs.py
File · 0.80
genRequirements
Method · 0.80
getConditions
Method · 0.80
antora-nav-features.py
File · 0.80
add_dep
Method · 0.80
Calls
1
add_key
Method · 0.95
Tested by
no test coverage detected