Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ write_shard_header
Function
write_shard_header
deps/v8/tools/gen-inlining-tests.py:486–491 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
484
485
486
def
write_shard_header():
487
if
MODE ==
'shard'
:
488
write(
"// Shard {}."
.format(SHARD_NUM))
489
write(
""
)
490
write(PREAMBLE)
491
write(
""
)
492
493
def
write_shard_footer():
494
write(
"}"
)
Callers
2
rotateshard
Function · 0.85
gen-inlining-tests.py
File · 0.85
Calls
2
write
Function · 0.70
format
Method · 0.65
Tested by
no test coverage detected