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

Method unset

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

Source from the content-addressed store, hash-verified

69 };
70
71 unset(columnName) { //to unset the data of the column
72 this.document[columnName] = null;
73 CB._modified(this, columnName);
74 };
75
76 /**
77 * Saved CloudObject in Database.

Callers 2

test.jsFile · 0.80
test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected