MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _normalizePreservedKey

Function _normalizePreservedKey

apps/json-format/format-lib.js:1914–1923  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

1912 };
1913
1914 let _normalizePreservedKey = function(key) {
1915 if (
1916 typeof window !== 'undefined' &&
1917 window.FHJsonAutoUtils &&
1918 typeof window.FHJsonAutoUtils.normalizePreservedKey === 'function'
1919 ) {
1920 return window.FHJsonAutoUtils.normalizePreservedKey(key);
1921 }
1922 return key;
1923 };
1924
1925 // 工具函数:获取或创建唯一图片预览浮窗节点
1926 function getOrCreateImgPreview() {

Callers 1

createNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected