MCPcopy Index your code
hub / github.com/google/clusterfuzz / get

Method get

src/appengine/handlers/commit_range.py:181–187  ·  view source on GitHub ↗

Get and render the commit range in HTML.

(self)

Source from the content-addressed store, hash-verified

179 @handler.get(handler.HTML)
180 @handler.oauth
181 def get(self):
182 """Get and render the commit range in HTML."""
183 result, params = get_result()
184 return self.render('commit_range.html', {
185 'result': result,
186 'params': params
187 })
188
189
190class JsonHandler(base_handler.Handler):

Callers 5

addMethod · 0.45
addMethod · 0.45
addMethod · 0.45
addMethod · 0.45
get_resultFunction · 0.45

Calls 2

renderMethod · 0.95
get_resultFunction · 0.70

Tested by

no test coverage detected