github.com/okex/exchain@v1.8.0/libs/ibc-go/modules/core/05-port/keeper/v4.go (about)

     1  package keeper
     2  
     3  import sdk "github.com/okex/exchain/libs/cosmos-sdk/types"
     4  
     5  func (k Keeper) IsBound(ctx sdk.Context, portID string) bool {
     6  	return k.isBound(ctx, portID)
     7  }