#include "tensorstore/context.h" absl::Status tensorstore::Context::Resource<Provider>::BindContext( const Context& context); If !this->has_resource(), resolves this to a resource using the specified context. Otherwise, does nothing. Upon successful return, has_resource() == true.