MCPcopy Index your code
hub / github.com/CloudBoost/cloudboost / equalTo

Method equalTo

sdk/src/CloudQuery.js:61–76  ·  view source on GitHub ↗
(columnName, data)

Source from the content-addressed store, hash-verified

59 };
60
61 equalTo(columnName, data) {
62
63 if (columnName === 'id')
64 columnName = '_' + columnName;
65
66 if (!!data) {
67 if (data.constructor === CB.CloudObject) {
68 columnName = columnName + '._id';
69 data = data.get('id');
70 }
71 }
72
73 this.query[columnName] = data;
74
75 return this;
76 };
77 delete(callback) {
78 var def;
79 if (!callback)

Callers 15

cloudboost.jsFile · 0.80
test.jsFile · 0.80
CloudFile.jsFile · 0.80
versionTest.jsFile · 0.80
test.jsFile · 0.80
expire.jsFile · 0.80
offlineMode.jsFile · 0.80
userTest.jsFile · 0.80
test.jsFile · 0.80
encryption.jsFile · 0.80
includeList.jsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected