Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ write_header
Function
write_header
dpdk/buildtools/pmdinfogen.py:253–256 ·
view source on GitHub ↗
(output)
Source
from the content-addressed store, hash-verified
251
252
253
def
write_header(output):
254
output.write(
255
"static __attribute__((unused)) const char *generator = \"
%s\
";\n"
% sys.argv[0]
256
)
257
258
259
def
main():
Callers
1
main
Function · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected