``` if will_build('snappy'): ``` is not equivalent to ``` if 'snappy' in recipe.ctx.recipe_build_order: ```