Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xaboy/form-create
/ invoke
Function
invoke
packages/core/src/frame/util.js:68–75 ·
view source on GitHub ↗
(fn, def)
Source
from the content-addressed store, hash-verified
66
}
67
68
export
function
invoke(fn, def) {
69
try {
70
def = fn()
71
} catch (e) {
72
logError(e);
73
}
74
return
def;
75
}
76
77
export
function
makeSlotBag() {
78
const
slotBag = {};
Callers
15
submit
Function · 0.90
submit
Function · 0.90
loadPending
Function · 0.90
create
Function · 0.90
callback
Function · 0.90
targetFormDriver
Function · 0.90
globalLanguageDriver
Function · 0.90
run
Function · 0.90
unmount
Function · 0.90
install
Function · 0.90
resetFields
Function · 0.90
exec
Function · 0.90
Calls
2
logError
Function · 0.90
fn
Function · 0.70
Tested by
no test coverage detected