Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KhronosGroup/Vulkan-Docs
/ nilquote
Function
nilquote
scripts/rubygenerator.py:10–14 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
8
from
scriptgenerator
import
ScriptOutputGenerator
9
10
def
nilquote(s):
11
if
s:
12
return
enquote(s)
13
else
:
14
return
'nil'
15
16
def
makeHash(name):
17
return
f
'@{name} = {{'
Callers
2
writeDict
Method · 0.85
endFile
Method · 0.85
Calls
1
enquote
Function · 0.90
Tested by
no test coverage detected