Packages

A Gleam library for building and orchestrating agents on the BEAM.

Current section

Files

Jump to
pig include pig@workspace@vfs_GrepMatch.hrl
Raw

include/pig@workspace@vfs_GrepMatch.hrl

-record(grep_match, {
path :: binary(),
line_number :: integer(),
line :: binary()
}).