MCPcopy Create free account
hub / github.com/chainjet/platform / isObjectId

Function isObjectId

libs/common/src/utils/object.utils.ts:32–34  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

30}
31
32export function isObjectId(id: string): boolean {
33 return /^[0-9a-fA-F]{24}$/.test(id)
34}

Callers 1

testWorkflowActionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected