mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
autoformat
This commit is contained in:
@@ -2066,7 +2066,8 @@ module PrivateDjango {
|
||||
|
||||
/** Gets a reference to the `django.http.response.HttpResponse.write` function. */
|
||||
private DataFlow::TypeTrackingNode write(
|
||||
DjangoImpl::DjangoHttp::Response::HttpResponse::InstanceSource instance, DataFlow::TypeTracker t
|
||||
DjangoImpl::DjangoHttp::Response::HttpResponse::InstanceSource instance,
|
||||
DataFlow::TypeTracker t
|
||||
) {
|
||||
t.startInAttr("write") and
|
||||
instance = DjangoImpl::DjangoHttp::Response::HttpResponse::instance() and
|
||||
|
||||
Reference in New Issue
Block a user