MCPcopy
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
106function getType(obj) {
107 return Object.prototype.toString.call(obj)
108}
109
110function update(view, callback) {
111 const patch = diffData(view.data, view._westorePrevData)

Callers 3

syncKeysFunction · 0.70
_diffFunction · 0.70
setResultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected