CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Class DataFlow::Content::HashSplatContent

INTERNAL: Do not use.

An element inside a synthetic hash-splat argument. All keyword arguments are implicitly stored inside a synthetic hash-splat argument. For example, in

foo(a: 1, b: 2, c: 3)

we have an implicit hash-splat argument containing {:a => 1, :b => 2, :c => 3}.

Import path

import ruby

Direct supertypes

Indirect supertypes

Predicates

getKey

Gets the hash key.

toString

Gets a textual representation of this content.

Inherited predicates

getLocation

Gets the location of this content.

from Content

Charpred