Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lorenzofox3/Smart-Table
/ copyRefs
Function
copyRefs
src/stTable.js:24–26 ·
view source on GitHub ↗
(src)
Source
from the content-addressed store, hash-verified
22
var
lastSelected;
23
24
function
copyRefs(src) {
25
return
src ? [].concat(src) : [];
26
}
27
28
function
updateSafeCopy() {
29
safeCopy = copyRefs(safeGetter($scope));
Callers
2
stTable.js
File · 0.85
updateSafeCopy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected