Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tencent/westore
/ getType
Function
getType
packages/westore/index.common.js:106–108 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
104
}
105
106
function
getType(obj) {
107
return
Object.prototype.toString.call(obj)
108
}
109
110
function
update(view, callback) {
111
const
patch = diffData(view.data, view._westorePrevData)
Callers
3
syncKeys
Function · 0.70
_diff
Function · 0.70
setResult
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected