Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
127
class
MessageTestConfiguration(test.TestConfiguration):
Callers
nothing calls this directly
Calls
2
open
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected