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:186–186 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
184
}
185
186
const
isOwner = (value: string): value is Owner => value ===
"org"
|| value ===
"user"
;
187
188
/** Parse a callable address; null when it's not a well-formed
189
* `tools.<integration>.<owner>.<connection>.<tool>`.
Callers
1
parseToolAddress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected