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

Method RunStep

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

Source from the content-addressed store, hash-verified

11 MESSAGE = "Preparation."
12
13 def RunStep(self):
14 self.GitCheckout("origin/main")
15 self.Git("fetch origin +refs/heads/*:refs/heads/*")
16 self.DeleteBranch("work-branch")
17
18
19class PrepareBranchRevision(Step):

Callers

nothing calls this directly

Calls 3

GitCheckoutMethod · 0.80
GitMethod · 0.80
DeleteBranchMethod · 0.80

Tested by

no test coverage detected