MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isOwner

Function isOwner

packages/core/sdk/src/executor.ts:185–185  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

183}
184
185const isOwner = (value: string): value is Owner => value === "org" || value === "user";
186
187/** Parse a callable address; null when it's not a well-formed
188 * `tools.<integration>.<owner>.<connection>.<tool>`.

Callers 1

parseToolAddressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected