Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
618
function
_validateObjectId(objectId) {
619
if
(objectId.length === 8)
return
true;
620
return
false;
621
}
622
623
function
_getTableType(tableName) {
624
let
tableType =
'custom'
;
Callers
1
_isSchemaValid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected