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

Method get

sdk/src/CloudObject.js:62–69  ·  view source on GitHub ↗
(columnName)

Source from the content-addressed store, hash-verified

60 };
61
62 get(columnName) { //for getting data of a particular column
63
64 if (columnName === 'id')
65 columnName = '_' + columnName;
66
67 return this.document[columnName];
68
69 };
70
71 unset(columnName) { //to unset the data of the column
72 this.document[columnName] = null;

Callers 1

fetchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected