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

Method all

sdk/src/CloudQuery.js:112–119  ·  view source on GitHub ↗
(columnName)

Source from the content-addressed store, hash-verified

110 };
111
112 all(columnName) {
113 if (columnName === 'id')
114 columnName = '_' + columnName;
115
116 this.query.$all = columnName;
117
118 return this;
119 };
120
121 any(columnName) {
122 if (columnName === 'id')

Callers 15

middlewares.jsFile · 0.80
realTime.jsFile · 0.80
cloudboost.jsFile · 0.80
_appDeleteFunction · 0.80
_tableDeleteFunction · 0.80
_columnDeleteFunction · 0.80
removeFilesFunction · 0.80
createFunction · 0.80
test.jsFile · 0.80
CloudFile.jsFile · 0.80
mail.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected