MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / setLogSourcefile

Function setLogSourcefile

scripts/reflib.py:33–36  ·  view source on GitHub ↗

Metadata which may be printed (if not None) for diagnostic messages

(filename)

Source from the content-addressed store, hash-verified

31 file.write(end)
32
33def setLogSourcefile(filename):
34 """Metadata which may be printed (if not None) for diagnostic messages"""
35 global logSourcefile
36 logSourcefile = filename
37
38def setLogProcname(procname):
39 global logProcname

Callers 1

findRefsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected