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

Function isOwner

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

Source from the content-addressed store, hash-verified

276}
277
278const isOwner = (value: string): value is Owner => value === "org" || value === "user";
279
280/** Parse a callable address; null when it's not a well-formed
281 * `tools.<integration>.<owner>.<connection>.<tool>`.

Callers 1

parseToolAddressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected