MCPcopy Create free account
hub / github.com/apache/httpd / add_results

Method add_results

test/pyhttpd/result.py:86–89  ·  view source on GitHub ↗
(self, results: Dict)

Source from the content-addressed store, hash-verified

84 self._response = resp
85
86 def add_results(self, results: Dict):
87 self._results.update(results)
88 if 'response' in results:
89 self.add_response(results['response'])
90
91 def add_assets(self, assets: List):
92 self._assets.extend(assets)

Callers 2

_rawMethod · 0.80
h2load_statusMethod · 0.80

Calls 1

add_responseMethod · 0.95

Tested by

no test coverage detected