Euclid.File.write_tempfile

You're seeing just the function write_tempfile, go back to Euclid.File module for more information.
Link to this function

write_tempfile(contents, file_extension)

View Source

Specs

write_tempfile(contents :: iodata(), file_extension :: binary()) :: binary()

Writes contents to a new temp file with extension file_extension, and returns the path to the file.