caffeine_lang/phase_1/parser/utils/general_common

Values

pub fn extract_params_from_file_path(
  file_path: String,
) -> Result(dict.Dict(String, String), String)

Extracts team and service name parameters from the file path.

pub fn string_to_accepted_type(
  string: String,
) -> Result(accepted_types.AcceptedTypes, String)

Converts a string to an accepted type.

Search Document