Home
last modified time | relevance | path

Searched refs:check_for_commit (Results 1 – 1 of 1) sorted by relevance

/external/oss-fuzz/infra/base-images/base-builder/
Ddetect_repo.py64 if args.example_commit and check_for_commit(full_path, args.example_commit):
131 def check_for_commit(repo_path, commit): function