Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ write_prologue
Function
write_prologue
scripts/blob_to_cpp.py:19–20 ·
view source on GitHub ↗
(out_file, in_name)
Source
from the content-addressed store, hash-verified
17
return
data[:len(HEADER)] == HEADER
18
19
def
write_prologue(out_file, in_name):
20
out_file.write(
'// Generated from: %s\n\n'
% in_name)
21
22
def
write_namespace_begin(out_file, scopes):
23
for
s in scopes:
Callers
1
generate
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected