MCPcopy Create free account
hub / github.com/nodejs/node / get_style_class_string

Method get_style_class_string

deps/v8/tools/grokdump.py:2066–2071  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

2064 return self.styles.get(address, None)
2065
2066 def get_style_class_string(self, address):
2067 style = self.get_style_class(address)
2068 if style is not None:
2069 return " class=%s " % style
2070 else:
2071 return ""
2072
2073 def set_comment(self, address, comment):
2074 self.address_comments[address] = comment

Callers 2

td_from_addressMethod · 0.80
output_find_resultsMethod · 0.80

Calls 1

get_style_classMethod · 0.95

Tested by

no test coverage detected