Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ LinesInFile
Function
LinesInFile
deps/v8/tools/release/common_includes.py:78–81 ·
view source on GitHub ↗
(file_name)
Source
from the content-addressed store, hash-verified
76
77
78
def
LinesInFile(file_name):
79
with
open(file_name)
as
f:
80
for
line in f:
81
yield
line
82
83
84
def
FileToText(file_name):
Callers
1
ReadAndPersistVersion
Method · 0.85
Calls
1
open
Function · 0.50
Tested by
no test coverage detected