Function sp_storage::well_known_keys::is_default_child_storage_key
source · Expand description
Whether a key is a default child storage key.
This is convenience function which basically checks if the given key
starts
with DEFAULT_CHILD_STORAGE_KEY_PREFIX
and doesn’t do anything apart from that.