MCPcopy Create free account
hub / github.com/CloudBoost/cloudboost / first

Method first

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

Source from the content-addressed store, hash-verified

128 };
129
130 first(columnName) {
131 if (columnName === 'id')
132 columnName = '_' + columnName;
133
134 this.query.$first = columnName;
135
136 return this;
137 };
138
139 notEqualTo(columnName, data) {
140 if (columnName === 'id')

Callers 12

traversing.jsFile · 0.80
_getEmailSettingsFunction · 0.80
detectDataTypeFunction · 0.80
loginFunction · 0.80
signupFunction · 0.80
_isSchemaValidFunction · 0.80
isClientAuthorizedFunction · 0.80
_getColumnsToDeleteFunction · 0.80
_getColumnsToAddFunction · 0.80
getAppSettingsFunction · 0.80
Page.jsFile · 0.80
CloudUser.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected