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

Method set_comment

deps/v8/tools/grokdump.py:2909–2914  ·  view source on GitHub ↗
(self, straddress, comment)

Source from the content-addressed store, hash-verified

2907 self.comments.get_page_address("mappage"))
2908
2909 def set_comment(self, straddress, comment):
2910 try:
2911 address = int(straddress, 0)
2912 self.comments.set_comment(address, comment)
2913 except ValueError:
2914 print("Invalid address")
2915
2916 def set_page_address(self, kind, straddress):
2917 try:

Callers

nothing calls this directly

Calls 3

intFunction · 0.85
printFunction · 0.70
set_commentMethod · 0.45

Tested by

no test coverage detected