Sign in
◑
Theme
apache
/
buildstream
/
refs/heads/fix-coverage
/
.
/
tests
/
format
/
junctions
/
conflicts
/
subproject2
/
plugins
/
found.py
blob: 34a7e4398ea34c0c647db56e722401b24edcc389 [
file
]
from
buildstream
import
Element
class
Found
(
Element
):
BST_MIN_VERSION
=
"2.0"
def
configure
(
self
,
node
):
pass
def
preflight
(
self
):
pass
def
get_unique_key
(
self
):
return
{}
# Plugin entry point
def
setup
():
return
Found