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

Method rdb_test_id

deps/v8/tools/testrunner/objects/testcase.py:579–582  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

577
578 @property
579 def rdb_test_id(self):
580 suffixes = '/'.join(self.test_suffixes())
581 full_suffix = ('//' + suffixes) if suffixes else ''
582 return self.full_name + full_suffix
583
584 @property
585 def processor_name(self):

Callers

nothing calls this directly

Calls 2

test_suffixesMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected