Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zxlie/FeHelper
/ fnCopy
Function
fnCopy
apps/json-format/format-lib.js:928–931 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
926
927
// 复制json片段
928
let
fnCopy =
function
(event) {
929
event.stopPropagation();
930
_copyToClipboard(getJsonText(el));
931
};
932
933
// 删除json片段
934
let
fnDel =
function
(event) {
Callers
nothing calls this directly
Calls
2
getJsonText
Function · 0.85
_copyToClipboard
Function · 0.70
Tested by
no test coverage detected