Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xaboy/form-create
/ extend
Function
extend
packages/utils/lib/extend.js:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
export
default
function
extend() {
14
return
_extends.apply(this, arguments);
15
}
16
17
export
function
copy(obj) {
18
if
(typeof obj !==
'object'
|| obj === null)
return
obj;
Callers
15
addRule
Function · 0.85
extendApi
Function · 0.85
beforeRender
Function · 0.85
extendApi
Function · 0.85
beforeRender
Function · 0.85
RuleContext
Function · 0.85
context.js
File · 0.85
delete
Function · 0.85
rm
Function · 0.85
update
Function · 0.85
CreateNodeFactory
Function · 0.85
Creator
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected