SegmentSpec.Common.Context.new

You're seeing just the function new, go back to SegmentSpec.Common.Context module for more information.
Link to this function

new(map_or_kwlist, opts \\ [])

View Source

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %SegmentSpec.Common.Context{
  active: term(),
  app: term(),
  campaign: term(),
  device: term(),
  group_id: term(),
  ip: term(),
  library: term(),
  locale: term(),
  location: term(),
  network: term(),
  os: term(),
  page: term(),
  referrer: term(),
  screen: term(),
  timezone: term(),
  traits: term(),
  user_agent: term()
}