Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/e-oj/Magic-Grid
/ error
Function
error
src/utils.js:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
* @param prop - a property with a missing value
41
*/
42
const
error = prop => {
43
throw
new
Error(`Missing property
'${prop}'
in MagicGrid config`);
44
};
45
46
/**
47
* Finds the shortest column in
Callers
1
checkParams
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected