Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ FinishAndWrite
Method
FinishAndWrite
tools/v8-json-to-junit.py:61–62 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
59
self.root.append(test_case_element)
60
61
def
FinishAndWrite(self, f):
62
ET.ElementTree(self.root).write(f,
"UTF-8"
)
63
64
65
def
Main():
Callers
1
Main
Function · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected