MCPcopy 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
78def LinesInFile(file_name):
79 with open(file_name) as f:
80 for line in f:
81 yield line
82
83
84def FileToText(file_name):

Callers 1

ReadAndPersistVersionMethod · 0.85

Calls 1

openFunction · 0.50

Tested by

no test coverage detected