#include "tensorstore/context.h"
absl::Status tensorstore::Context::Resource<Provider>::BindContext(
    
const Contextcontext);

If !this->has_resource(), resolves this to a resource using the specified context. Otherwise, does nothing.

Upon successful return, has_resource() == true.