Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ isOwner
Function
isOwner
packages/core/sdk/src/executor.ts:203–203 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
201
}
202
203
const
isOwner = (value: string): value is Owner => value ===
"org"
|| value ===
"user"
;
204
205
/** Parse a callable address; null when it's not a well-formed
206
* `tools.<integration>.<owner>.<connection>.<tool>`.
Callers
1
parseToolAddress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected