Extensions > API reference > runfiles

runfiles

An interface for a set of runfiles.

empty_filenames

depset runfiles.empty_filenames

Returns names of empty files to create.

files

depset runfiles.files

Returns the set of runfiles as files.

merge

runfiles runfiles.merge(other)

Returns a new runfiles object that includes all the contents of this one and the argument.

Parameters

Parameter Description
other

runfiles

The runfiles object to merge into this.

depset runfiles.root_symlinks

Returns the set of root symlinks.

depset runfiles.symlinks

Returns the set of symlinks.