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

Method GetSource

test/message/testcfg.py:121–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 }
120
121 def GetSource(self):
122 return (open(self.file).read()
123 + "\n--- expected output ---\n"
124 + open(self.expected).read())
125
126
127class MessageTestConfiguration(test.TestConfiguration):

Callers

nothing calls this directly

Calls 2

openFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected