Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ WriteInclude
Function
WriteInclude
Tools/GenerateCode.py:230–231 ·
view source on GitHub ↗
(dst, h_name)
Source
from the content-addressed store, hash-verified
228
229
230
def
WriteInclude(dst, h_name):
231
dst.write(
'#include "{}"'
.format(h_name) +
'\n'
)
232
233
def
WritePragmaOnce(dst):
234
dst.write(
'#pragma once'
+
'\n'
)
Callers
1
WriteSourceFiles
Function · 0.85
Calls
2
write
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected