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

Method VerifyPatch

deps/v8/tools/release/test_scripts.py:548–550  ·  view source on GitHub ↗
(patch)

Source from the content-addressed store, hash-verified

546 extra_patch = self.MakeEmptyTempFile()
547
548 def VerifyPatch(patch):
549 return lambda: self.assertEquals(patch,
550 FileToText(TEST_CONFIG["TEMPORARY_PATCH_FILE"]))
551
552 msg = """Version 3.22.5.1 (cherry-pick)
553

Callers

nothing calls this directly

Calls 1

FileToTextFunction · 0.85

Tested by

no test coverage detected