Class Revel::RawTemplateRead
A read in a Revel template that uses Revel’s raw function.
Import path
import semmle.go.frameworks.RevelDirect supertypes
Indirect supertypes
Inherited fields
| parent | from TemplateRead | |
| text | from TemplateRead |
Inherited predicates
| getEnclosingTextNode | Get the HTML element that contains this template read. | from TemplateRead |
| getFieldName | Gets the name of the field being read. This may include dots if nested fields are used. | from TemplateRead |
| getFile | Gets the file in which this read appears. | from TemplateRead |
| getLocation | Gets the location of this template statement. | from TemplateRead |
| getReadVariable | Gets the variable with fields that is read if | from TemplateRead |
| toString | Gets a textual representation of this statement. | from TemplateRead |