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