function patch()

in plugins/gatsby-remark-header-custom-ids/index.js [15:21]


function patch(context, key, value) {
  if (!context[key]) {
    context[key] = value;
  }

  return context[key];
}