CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.15-dev (changelog, source)
Search

Member predicate Make::YamlScalar::getStyle

Gets the style of this scalar, which is one of the following:

  • "" (empty string): plain style
  • "\"" (double quote): double quoted style
  • "'" (single quote): single quoted style
  • ">" (greater-than): folded style
  • "|" (pipe): literal style
string getStyle()