Method: BasePathMapping#should_delete?

Defined in:
lib/jets/internal/app/functions/jets/base_path.rb

#should_delete?Boolean

Dont delete the newly created base path mapping unless this is an operation where we’re fully deleting the stack

Returns:



100
101
102
# File 'lib/jets/internal/app/functions/jets/base_path.rb', line 100

def should_delete?
  deleting_parent?
end