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

Function _validateObjectId

services/cloudObjects.js:618–621  ·  view source on GitHub ↗
(objectId)

Source from the content-addressed store, hash-verified

616}
617
618function _validateObjectId(objectId) {
619 if (objectId.length === 8) return true;
620 return false;
621}
622
623function _getTableType(tableName) {
624 let tableType = 'custom';

Callers 1

_isSchemaValidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected