MCPcopy Index your code
hub / github.com/nodejs/node / RunStep

Method RunStep

deps/v8/tools/release/create_release.py:118–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 MESSAGE = "Enable watchlist entry for merge notifications."
117
118 def RunStep(self):
119 old_watchlist_content = FileToText(os.path.join(self.default_cwd,
120 WATCHLISTS_FILE))
121 new_watchlist_content = re.sub("(# 'v8-merges@googlegroups\.com',)",
122 "'v8-merges@googlegroups.com',",
123 old_watchlist_content)
124 TextToFile(new_watchlist_content, os.path.join(self.default_cwd,
125 WATCHLISTS_FILE))
126
127
128class CommitBranch(Step):

Callers

nothing calls this directly

Calls 3

FileToTextFunction · 0.85
TextToFileFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected