Fragmentor.Fragment.Code (fragmentor v0.1.2)

Module that contains represents the structure of a Fragment of type Code

Link to this section Summary

Link to this section Types

@type t() :: %Fragmentor.Fragment.Code{
  content: String.t(),
  fragment_type: String.t(),
  language: String.t()
}